]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix Con_Print that should have been Con_Printf
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Dec 2007 23:04:18 +0000 (23:04 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 28 Dec 2007 23:04:18 +0000 (23:04 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7879 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 3ccb9963f272a9c4dec733ffa410816f3076dc71..1a3b44495ea107142ed701c0b0cb21b3f9f2aecc 100644 (file)
--- 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;
                }