Skip to content
Snippets Groups Projects
Commit 520858c5 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent bfb74d69
No related branches found
No related tags found
No related merge requests found
......@@ -660,7 +660,7 @@ int removecase(char *path)
}
*p=0;
return(delfiles(inpath,fname,TRUE)?-1:0);
return(delfiles(inpath,fname)?-1:0);
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment