* Fix strstr reported by Nicolai Stange

This commit is contained in:
pancake 2011-03-29 17:30:06 +02:00
parent 2f1c4885ea
commit c4c08c05dd

View File

@ -2771,7 +2771,7 @@ static int cmd_anal(void *data, const char *input) {
char *o = strdup (r_config_get (core->config, "search.prefix"));
r_config_set (core->config, "search.prefix", "pre.");
r_core_cmd0 (core, "fs preludes");
if (!strstr (arch, "x86")) {
if (strstr (arch, "x86")) {
switch (bits) {
case 32:
r_core_cmd0 (core, "./x 5589e5 && af @@ pre.");