This commit is contained in:
Skia 2014-11-01 01:46:43 +01:00 committed by pancake
parent da29755200
commit 4c70e1aa65

View File

@ -621,7 +621,7 @@ R_API int r_print_format(RPrint *p, ut64 seek, const ut8* b, const int len,
arg = end + 1;
}
if (*arg=='\0' || *arg=='?') {
if (*arg=='\0') {
goto beach;
}