mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
avoid comparison between signed and unsigned integer; ref #3312
This commit is contained in:
@@ -3753,7 +3753,7 @@ scan_hex(const int *start, int len, int *retlen)
|
||||
}
|
||||
|
||||
static int32_t
|
||||
read_escape_unicode(parser_state *p, size_t limit)
|
||||
read_escape_unicode(parser_state *p, int limit)
|
||||
{
|
||||
int32_t c;
|
||||
int buf[9];
|
||||
|
||||
Reference in New Issue
Block a user