summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authorDennis Real <github@tildepipe.org>2012-08-13 21:40:56 +0200
committerDennis Real <github@tildepipe.org>2012-08-13 21:40:56 +0200
commit840474a293c3230383afc9e7822ae94a93379f1c (patch)
tree6d90397fe5057d3d922a214ed6d13d3b7bf151d1 /src/index.c
parent676ff730e7db5cbeba778d1bca4aa26b15a93f07 (diff)
parent503048c639e1017324e64313c7eb197b20201b40 (diff)
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.c b/src/index.c
index b489c55..023cba0 100644
--- a/src/index.c
+++ b/src/index.c
@@ -167,7 +167,7 @@ void init_index_mode(void)
if (!opt.title)
s = estrdup(PACKAGE " [index mode]");
else
- s = estrdup(feh_printf(opt.title, NULL));
+ s = estrdup(feh_printf(opt.title, NULL, NULL));
if (opt.display) {
winwid = winwidget_create_from_image(im_main, s, WIN_TYPE_SINGLE);
@@ -465,7 +465,7 @@ void get_index_string_dim(feh_file *file, Imlib_Font fn, int *fw, int *fh)
char *create_index_string(feh_file * file)
{
- return feh_printf(opt.index_info, file);
+ return feh_printf(opt.index_info, file, NULL);
}
char *create_index_title_string(int num, int w, int h)