Missed essential part in previous commit.

Or how to epic fail a fix when working on two different systems.
Or how to increase your commit rate.
This commit is contained in:
Bastien Montagne 2015-07-12 19:04:31 +02:00
parent 7e9c347c8c
commit 1893e5e4c2

@ -328,7 +328,7 @@ static bool delete_recursive(const char *dir)
BLI_strncpy(path, fl->path, sizeof(path));
BLI_add_slash(path);
if (delete_recursive(fl->path)) {
if (delete_recursive(path)) {
err = true;
}
}