From 503048c639e1017324e64313c7eb197b20201b40 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Aug 2012 19:21:07 +0200 Subject: Add %o, %r and %z format specifiers (see #95) --- src/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list.c') 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, -- cgit v1.2.3