Attempt to fix bad ansi in unmangle ansi
This commit is contained in:
parent
b4b61dfaf8
commit
1dfe7cc715
@ -1152,6 +1152,10 @@ void unmangle_ansi(char *body, int len, char **body_out, int *body_len) {
|
||||
}
|
||||
state = 0;
|
||||
break;
|
||||
default:
|
||||
// bad ansi
|
||||
state = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user