Fixed issue #5
This commit is contained in:
parent
6ff45d14ab
commit
dc18c4af16
2
main.c
2
main.c
|
@ -208,7 +208,7 @@ void getAdditionalDirs(bool safeMode){
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
printf("%s [%s] %s\n", STR_FOUND_DIR, dirKey, buffer);
|
printf(STR_FOUND_DIR, dirKey, buffer);
|
||||||
if (!safeMode)
|
if (!safeMode)
|
||||||
cleanDir(buffer, &objectCount, &totalDeletedBytes);
|
cleanDir(buffer, &objectCount, &totalDeletedBytes);
|
||||||
free(buffer);
|
free(buffer);
|
||||||
|
|
Reference in New Issue