Skip to content

Commit

Permalink
Fix #2765
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe authored and radare committed Jun 16, 2015
1 parent d04c94b commit e40fe43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/util/str.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
;
Expand Down

0 comments on commit e40fe43

Please sign in to comment.