diff options
author | Dennis Real <github@tildepipe.org> | 2012-08-13 21:40:56 +0200 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2012-08-13 21:40:56 +0200 |
commit | 840474a293c3230383afc9e7822ae94a93379f1c (patch) | |
tree | 6d90397fe5057d3d922a214ed6d13d3b7bf151d1 /src/list.c | |
parent | 676ff730e7db5cbeba778d1bca4aa26b15a93f07 (diff) | |
parent | 503048c639e1017324e64313c7eb197b20201b40 (diff) |
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ void init_list_mode(void) for (l = filelist; l; l = l->next) { file = FEH_FILE(l->data); if (opt.customlist) - printf("%s\n", feh_printf(opt.customlist, file)); + printf("%s\n", feh_printf(opt.customlist, file, NULL)); else { printf("%d\t%s\t%d\t%d\t%s", ++j, file->info->format, file->info->width, |