Fixed issue #5

This commit is contained in:
luca0N! 2020-06-28 15:28:50 -03:00
parent 6ff45d14ab
commit dc18c4af16
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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);