summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 13:26:58 +0200
committerBert <ber.t@gmx.com>2011-08-19 13:26:58 +0200
commit1d7849efc1fe85d20b8aa4916e75cb3eb658dba9 (patch)
treeb15a22701f325bb069c45fa67e732ae946e44413 /main.c
parent421f01202238ad56c5b2edc2e1b26194482b614f (diff)
downloadnsxiv-1d7849efc1fe85d20b8aa4916e75cb3eb658dba9.tar.zst
Added force parameter to tns_load() to disregard cache
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d3c8e6f..d8dba0d 100644
--- a/main.c
+++ b/main.c
@@ -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 {