Update package strings

This commit is contained in:
gingerBill
2018-12-26 19:33:56 +00:00
parent 6abbc9f1b5
commit 8662df2b7f
4 changed files with 452 additions and 12 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ type_assertion_check :: proc "contextless" (ok: bool, file: string, line, column
}
string_decode_rune :: inline proc "contextless" (s: string) -> (rune, int) {
return utf8.decode_rune_from_string(s);
return utf8.decode_rune_in_string(s);
}
bounds_check_error_loc :: inline proc "contextless" (using loc := #caller_location, index, count: int) {