Workaround for radiff2, requires some extra review

This commit is contained in:
pancake 2015-08-27 13:32:57 +02:00
parent 95bdb8e2ac
commit 0a7ed3e58b

View File

@ -83,7 +83,7 @@ static RCore* opencore(const char *f) {
r_core_loadlibs (c, R_CORE_LOADLIBS_ALL, NULL);
r_config_set_i (c->config, "io.va", useva);
r_config_set_i (c->config, "anal.split", R_TRUE);
if (r_core_file_open (c, f, 0, UT64_MAX) == NULL) {
if (r_core_file_open (c, f, 0, 0) == NULL) {
r_core_free (c);
return NULL;
}