From 483d877498ad50780ee83bf0c13ea3aeed0df449 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 17 Feb 2013 10:39:54 +0100 Subject: [PATCH] Fix call to fill_dated_filepath --- gfx/context/xdk_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/context/xdk_ctx.c b/gfx/context/xdk_ctx.c index 69ed20f441..dde1e519e0 100644 --- a/gfx/context/xdk_ctx.c +++ b/gfx/context/xdk_ctx.c @@ -252,7 +252,7 @@ static void gfx_ctx_xdk_menu_screenshot_dump(void *data) char filename[PATH_MAX]; char shotname[PATH_MAX]; - fill_dated_filename(shotname, sizeof(shotname)); + fill_dated_filename(shotname, "bmp", sizeof(shotname)); snprintf(filename, sizeof(filename), "%s\\%s", default_paths.screenshots_dir, shotname); #if defined(_XBOX1)