mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-02 03:05:40 +00:00
Oops fix another regression in cmd
This commit is contained in:
parent
8ba1a56209
commit
0266dd37da
@ -1339,7 +1339,11 @@ next2:
|
||||
|
||||
*ptr = '\0';
|
||||
for (ptr++; *ptr== ' '; ptr++);
|
||||
//ptr--;
|
||||
if (*ptr && ptr[1]==':') {
|
||||
/* do nothing here */
|
||||
} else {
|
||||
ptr--;
|
||||
}
|
||||
|
||||
if (ptr[0] && ptr[1] && ptr[2])
|
||||
arroba = strchr (ptr+2, '@');
|
||||
|
Loading…
x
Reference in New Issue
Block a user