mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-04 04:17:25 +00:00
Update output.c (#12314)
This commit is contained in:
parent
a6b44e03fe
commit
0b582468ef
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user