diff tools/64vw.c @ 2111:2d0db1e6b4a7

Oops, missing printf argument.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 May 2019 18:40:52 +0300
parents e0281dae2cb8
children 88d37ec1b4d6
line wrap: on
line diff
--- a/tools/64vw.c	Fri May 24 03:48:42 2019 +0300
+++ b/tools/64vw.c	Sat May 25 18:40:52 2019 +0300
@@ -521,7 +521,8 @@
                 title = dm_strdup_printf("%s - [%d / %d] %s",
                     dmProgName,
                     currIndex + 1,
-                    noptFilenames2);
+                    noptFilenames2,
+                    filename);
             }
 
             SDL_SetWindowTitle(window, title);