Change type of a variable for signedness mismatch; ref #4573

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-07-13 13:13:21 +09:00
parent 6b1cc6e2fe
commit 9741df100b
+1 -1
View File
@@ -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;