diff options
author | Bert <ber.t@gmx.com> | 2011-08-19 13:26:58 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 13:26:58 +0200 |
commit | 1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (patch) | |
tree | b15a22701f325bb069c45fa67e732ae946e44413 /main.c | |
parent | 421f01202238ad56c5b2edc2e1b26194482b614f (diff) |
Added force parameter to tns_load() to disregard cache
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |