Honor utf8 in reflines

This commit is contained in:
pancake 2015-09-09 00:42:30 +02:00
parent d2af97de2b
commit d1139711ff

View File

@ -347,7 +347,7 @@ static RDisasmState * handle_init_ds (RCore * core) {
ds->linesopts |= R_ANAL_REFLINE_TYPE_WIDE;
}
if (core->cons->vline) {
if (core->utf8)
if (ds->show_utf8)
ds->linesopts |= R_ANAL_REFLINE_TYPE_UTF8;
}