mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-25 23:34:57 +00:00
Fix pn?
issue
This commit is contained in:
parent
aa555443db
commit
56d73604e2
@ -1161,6 +1161,11 @@ next2:
|
||||
} else {
|
||||
str = r_core_cmd_str (core, ptr+1);
|
||||
}
|
||||
// ignore contents if first char is pipe or comment
|
||||
if (*str=='|' || *str=='*') {
|
||||
free (str);
|
||||
return ret;
|
||||
}
|
||||
if (oneline && str)
|
||||
for (i=0; str[i]; i++)
|
||||
if (str[i]=='\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user