Fixed issue #5
This commit is contained in:
parent
6ff45d14ab
commit
dc18c4af16
1 changed files with 1 additions and 1 deletions
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)
|
||||
cleanDir(buffer, &objectCount, &totalDeletedBytes);
|
||||
free(buffer);
|
||||
|
|
Reference in a new issue