mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
symbol.c (sym_inline_unpack): should not mix signedness
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ static const char*
|
||||
sym_inline_unpack(mrb_sym sym, char *buf, mrb_int *lenp)
|
||||
{
|
||||
const size_t pack_length_max = 4;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
mrb_assert(SYMBOL_INLINE_P(sym));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user