commit
79196a0b9e
5
watch.c
5
watch.c
@ -289,6 +289,11 @@ static void process_ansi(FILE * fp)
|
||||
char *numstart, *endptr;
|
||||
|
||||
c = getc(fp);
|
||||
|
||||
if (c == '(') {
|
||||
c = getc(fp);
|
||||
c = getc(fp);
|
||||
}
|
||||
if (c != '[') {
|
||||
ungetc(c, fp);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user