Fix logic in V. (thx @jroimartin for the tip)

This commit is contained in:
pancake 2017-03-24 01:28:24 +01:00
parent 6b8d0b9aaf
commit b862dc5587

View File

@ -2255,9 +2255,10 @@ R_API int r_core_visual_cmd(RCore *core, const char *arg) {
entry = r_config_get_i (core->config, "bin.baddr");
}
}
}
if (entry && entry != UT64_MAX) {
r_core_seek (core, entry, 1);
}
//r_core_cmd (core, "s entry0", 0);
}
}
break;