about summary refs log tree commit diff stats
path: root/src/tools/fileutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/fileutils.c')
-rwxr-xr-xsrc/tools/fileutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/fileutils.c b/src/tools/fileutils.c
index fe927398..5a6c0af8 100755
--- a/src/tools/fileutils.c
+++ b/src/tools/fileutils.c
@@ -60,7 +60,7 @@ char* ResolveFile(const char* filename, path_collection_t* paths)
             return realpath(p, NULL);
     }
 
-    return NULL;
+    return strdup(filename); //NULL;
 }
 
 int FileIsX64ELF(const char* filename)