Update output.c (#12314)

This commit is contained in:
BlaCoiso 2018-11-25 00:47:11 +00:00 committed by radare
parent a6b44e03fe
commit 0b582468ef

View File

@ -195,7 +195,7 @@ R_API int r_cons_w32_print(const ut8 *ptr, int len, int vmode) {
if (state == -2) {
w32_gotoxy (x, y);
ptr += i;
str = ptr + 1;// + i-2;
str = ptr; // + i-2;
continue;
}
if (ptr[0]=='0' && ptr[1] == ';' && ptr[2]=='0') {