X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=conproc.c;h=63a1e465355256b3066d01510e8b263f83cc24ba;hp=a991fe5d38dfd8eee3849a277856929bfe16b00c;hb=106374733d2b3a7f2906ac9acefa9509abc16ca5;hpb=ff46d6ff516fda192c5adc55a5c9b82007545bd2 diff --git a/conproc.c b/conproc.c index a991fe5d..63a1e465 100644 --- a/conproc.c +++ b/conproc.c @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include -#include "conproc.h" #include "quakedef.h" +#include "conproc.h" HANDLE heventDone; HANDLE hfileBuffer; @@ -59,7 +59,7 @@ void InitConProc (HANDLE hFile, HANDLE heventParent, HANDLE heventChild) if (!heventDone) { - Con_SafePrint("Couldn't create heventDone\n"); + Con_Print("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_Print("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_Print("Invalid hfileBuffer\n"); break; }