summaryrefslogtreecommitdiff
path: root/src/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/list.c b/src/list.c
index 2affe85..5663ed3 100644
--- a/src/list.c
+++ b/src/list.c
@@ -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,