Skip to content
Snippets Groups Projects
Commit bc847e8c authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix bug in posix file/directory removal wrapper, as pointed out by kahrl

parent b82952bd
No related branches found
No related tags found
No related merge requests found
......@@ -254,7 +254,7 @@ bool RecursiveDelete(std::string path)
execv(argv[0], argv);
// Execv shouldn't return. Failed.
return false;
_exit(1);
}
else
{
......
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