mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-24 00:03:00 +00:00
Fix pf
This commit is contained in:
parent
da29755200
commit
4c70e1aa65
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user