]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Merge branch 'master' of github.com:TTimo/GtkRadiant
authorTimothee TTimo Besset <ttimo@idsoftware.com>
Fri, 23 Mar 2012 03:59:40 +0000 (22:59 -0500)
committerTimothee TTimo Besset <ttimo@idsoftware.com>
Fri, 23 Mar 2012 03:59:40 +0000 (22:59 -0500)
1  2 
tools/quake3/common/inout.c

index bb010e3c57f04208a44b15f2c2edaea5a3683c86,acf492a295d840be308741607564a256e83ec90f..7adbf23e28cc380121ceb6b4e077cc2b16e9bb1f
@@@ -43,7 -43,6 +43,7 @@@
  #include "libxml/tree.h"
  
  // utf8 conversion
 +#include <glib.h>
  #include <glib/gconvert.h>
  #include <glib/gmem.h>
  
@@@ -265,7 -264,7 +265,7 @@@ void FPrintf( int flag, char *buf )
        static qboolean bGotXML = qfalse;
        char level[2];
  
-       printf( buf );
+       printf( "%s", buf );
  
        // the following part is XML stuff only.. but maybe we don't want that message to go down the XML pipe?
        if ( flag == SYS_NOXML ) {