diff options
Diffstat (limited to 'src/runtime/string.c')
-rw-r--r-- | src/runtime/string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/string.c b/src/runtime/string.c index 099d7aa1d..27a758109 100644 --- a/src/runtime/string.c +++ b/src/runtime/string.c @@ -53,7 +53,7 @@ prbounds(int8* s, int32 a, int32 b, int32 c) prints(">"); sys·printint(c); prints("\n"); - throw("bounds"); + throw("string bounds"); } uint32 |