mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
avoid comparison between signed and unsigned
This commit is contained in:
@@ -333,7 +333,7 @@ main(int argc, char **argv)
|
||||
char last_code_line[1024] = { 0 };
|
||||
#ifndef ENABLE_READLINE
|
||||
int last_char;
|
||||
int char_index;
|
||||
size_t char_index;
|
||||
#else
|
||||
char *history_path;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user