mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-26 07:44:29 +00:00
parent
e936da6fbe
commit
8734b3ea4b
@ -137,7 +137,7 @@ static char *findNextNumber(char *op) {
|
||||
bool is_space = ansi_found;
|
||||
ansi_found = false;
|
||||
if (!is_space) {
|
||||
is_space = (p != op && (*o == ' ' || *o == ',' || *o == '['));
|
||||
is_space = (p == op || *o == ' ' || *o == ',' || *o == '[');
|
||||
}
|
||||
if (is_space && IS_DIGIT(*p)) {
|
||||
return p;
|
||||
|
Loading…
x
Reference in New Issue
Block a user