diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-22 16:56:43 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-22 16:56:43 +0900 |
| commit | 064030732a18e9c9234ac929816f55a896e25003 (patch) | |
| tree | 3b39335886456f504b3d36e345fb554c093def66 /mrbgems/mruby-sprintf/src/sprintf.c | |
| parent | 22d57105eb814de6117c7d819711a90a8129a56c (diff) | |
| parent | 927bf68769ff9d8fc46daf4a69d24b1cac2754f3 (diff) | |
| download | mruby-064030732a18e9c9234ac929816f55a896e25003.tar.gz mruby-064030732a18e9c9234ac929816f55a896e25003.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'mrbgems/mruby-sprintf/src/sprintf.c')
| -rw-r--r-- | mrbgems/mruby-sprintf/src/sprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-sprintf/src/sprintf.c b/mrbgems/mruby-sprintf/src/sprintf.c index 90ca913d5..4867ceb5e 100644 --- a/mrbgems/mruby-sprintf/src/sprintf.c +++ b/mrbgems/mruby-sprintf/src/sprintf.c @@ -843,7 +843,7 @@ retry: else { val = mrb_fixnum_to_str(mrb, mrb_fixnum_value(v), base); } - v = mrb_fixnum(mrb_str_to_inum(mrb, val, 10, 0/*Qfalse*/)); + v = mrb_fixnum(mrb_str_to_inum(mrb, val, 10, FALSE)); } if (sign) { char c = *p; |
