1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 07:28:07 +00:00

Fix disasmtool_lix no_color option

This commit is contained in:
Charles Paulet 2020-07-21 22:13:05 +02:00
parent 9ff2543660
commit f936d0c020

View File

@ -267,9 +267,9 @@ void print_instruction(const size_t rip, INSTRUX *instrux, const options &opts)
printf("%02x", instrux->InstructionBytes[k]);
}
}
}
_set_text_color(Reset);
_set_text_color(Reset);
}
for (; k < instrux->Length; k++)
{