diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-26 01:09:17 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-26 01:09:17 +0900 |
| commit | 79ba1ed1370a3b3fdc70185fca31ff573fc2c533 (patch) | |
| tree | 3d01f7cc1465d6bf674b3afb330a290c2803d275 /mrbgems/mruby-print/src/print.c | |
| parent | bfd2a539edab8ef7935a75de8a6885d74ff9e8ef (diff) | |
| parent | 2220fb2a91cda5c10cf453d935b7aa27b75a6544 (diff) | |
| download | mruby-79ba1ed1370a3b3fdc70185fca31ff573fc2c533.tar.gz mruby-79ba1ed1370a3b3fdc70185fca31ff573fc2c533.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-print/src/print.c')
| -rw-r--r-- | mrbgems/mruby-print/src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-print/src/print.c b/mrbgems/mruby-print/src/print.c index e4e52624f..673ba2172 100644 --- a/mrbgems/mruby-print/src/print.c +++ b/mrbgems/mruby-print/src/print.c @@ -6,7 +6,7 @@ static void printstr(mrb_state *mrb, mrb_value obj) { char *s; - int len; + mrb_int len; if (mrb_string_p(obj)) { s = RSTRING_PTR(obj); |
