Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe committed Sep 7, 2017
1 parent 68455ce commit bed6dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ R_API RCoreFile *r_core_file_open(RCore *r, const char *file, int flags, ut64 lo
if (!strcmp (file, "-")) {
file = "malloc://512";
}
if (!strcmp (file, "r2k://") {
if (!strcmp (file, "r2k://")) {
file = r_config_get (r->config, "file.path");
}
//if not flags was passed open it with -r--
Expand Down

0 comments on commit bed6dc8

Please sign in to comment.