From 272c3a25856defea82694017a4ef0db80aaf9b76 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 28 Dec 2007 23:04:18 +0000 Subject: [PATCH] fix Con_Print that should have been Con_Printf git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7879 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.c b/host.c index 3ccb9963..1a3b4449 100644 --- a/host.c +++ b/host.c @@ -238,7 +238,7 @@ void Host_SaveConfig_f(void) f = FS_Open (file, "wb", false, false); if (!f) { - Con_Print("Couldn't write %s.\n", file); + Con_Printf("Couldn't write %s.\n", file); return; } -- 2.39.2