Merge pull request #1796 from mattn/fix_1793

Fix #1793
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-05 07:26:16 +09:00
+1 -1
View File
@@ -76,7 +76,7 @@ get_opt(mrb_state* mrb)
{
mrb_value arg;
arg = mrb_fixnum_value(0);
arg = mrb_nil_value();
mrb_get_args(mrb, "|o", &arg);
if (!mrb_nil_p(arg)) {