Merge pull request #3805 from fl0l0u/patch-1

Update print.c
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-09-03 07:48:33 +09:00
committed by GitHub
+1
View File
@@ -33,6 +33,7 @@ printstr(mrb_state *mrb, mrb_value obj)
} else
#endif
fwrite(RSTRING_PTR(obj), RSTRING_LEN(obj), 1, stdout);
fflush(stdout);
}
}