Skip to content
Snippets Groups Projects
Commit c5c460ea authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

unix fix for null

parent 2831a1b1
Branches
Tags
No related merge requests found
......@@ -321,7 +321,7 @@ TSK_TCHAR * create_search_path_long_path(const TSK_TCHAR *base_path) {
return searchPath;
#else
// Nothing to do here if it's not Windows
return null;
return NULL;
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment