Files
mruby-mruby/test/t
KOBAYASHI Shuji d1817e7791 Change the mrb_vformat specifier %d for int
It potentially breaks, for example, in the case of `mrb_int` is 64-bit
and more smaller type is passed by `%d`. In fact, the problem could
become apparent when I used `%d` to `backtrace_location::lineno` in
`src/backtrace.c:mrb_unpack_backtrace()` on AppVeyor.

Therefore, change `%d` for `int` (not `mrb_int`) so that it can be
used mostly without casting.
2019-08-02 19:22:08 +09:00
..
2013-06-14 21:35:49 +08:00
2018-08-25 09:19:17 +09:00
2014-04-30 09:50:14 +09:00
2019-01-05 20:41:09 +09:00
2019-03-25 21:39:11 +09:00
2016-12-01 16:48:43 +09:00