Commit 0db40a59 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Fix segfault when using %m format specifier in slideshow mode

Closes: #382, #384
parent 14a9702b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ void init_slideshow_mode(void)
				opt.start_list_at);

	if (!opt.title)
		opt.title = PACKAGE " [%u of %l] - %f",
		opt.title = PACKAGE " [%u of %l] - %f";

	mode = "slideshow";
	for (; l; l = l->next) {