Added force parameter to tns_load() to disregard cache

This commit is contained in:
Bert
2011-08-19 13:26:58 +02:00
parent 421f012022
commit 1d7849efc1
4 changed files with 14 additions and 12 deletions

2
main.c
View File

@ -240,7 +240,7 @@ int main(int argc, char **argv) {
if (options->thumbnails) {
mode = MODE_THUMB;
tns_init(&tns, filecnt);
while (!tns_load(&tns, 0, &files[0], 0))
while (!tns_load(&tns, 0, &files[0], False, False))
remove_file(0, 0);
tns.cnt = 1;
} else {