]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - conproc.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / conproc.c
index 30ac3339a1e6874e3c709bb7c9bf1eac1fe4abcf..a991fe5d38dfd8eee3849a277856929bfe16b00c 100644 (file)
--- a/conproc.c
+++ b/conproc.c
@@ -59,7 +59,7 @@ void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild)
 
        if (!heventDone)
        {
-               Con_SafePrint("Couldn't create heventDone\n");
+               Con_SafePrint("Couldn't create heventDone\n");
                return;
        }
 
@@ -71,7 +71,7 @@ void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild)
                                           &dwID))
        {
                CloseHandle (heventDone);
-               Con_SafePrint("Couldn't create QHOST thread\n");
+               Con_SafePrint("Couldn't create QHOST thread\n");
                return;
        }
 
@@ -114,7 +114,7 @@ DWORD RequestProc (DWORD dwNichts)
        // hfileBuffer is invalid.  Just leave.
                if (!pBuffer)
                {
-                       Con_SafePrint("Invalid hfileBuffer\n");
+                       Con_SafePrint("Invalid hfileBuffer\n");
                        break;
                }