mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
Fix #2765
This commit is contained in:
parent
d04c94ba72
commit
e40fe434bb
@ -920,6 +920,7 @@ static char *r_str_escape_ (const char *buf, const int dot_nl) {
|
||||
p++;
|
||||
/* Parse the ANSI code (only the graphic mode
|
||||
* set ones are supported) */
|
||||
if (*p == '\0') break;
|
||||
if (*p == '[')
|
||||
for (p++; *p != 'm'; p++)
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user