mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change type of a variable for signedness mismatch; ref #4573
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ str_index_str_by_char_search(mrb_state *mrb, const char *p, const char *pend, co
|
||||
|
||||
/* Preprocessing */
|
||||
{
|
||||
size_t i;
|
||||
mrb_int i;
|
||||
|
||||
for (i = 0; i < 1 << CHAR_BIT; i ++) {
|
||||
qstable[i] = slen;
|
||||
|
||||
Reference in New Issue
Block a user