]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/inout.c
Merge branch 'master' of github.com:TTimo/GtkRadiant
[xonotic/netradiant.git] / tools / quake3 / common / inout.c
index bb010e3c57f04208a44b15f2c2edaea5a3683c86..7adbf23e28cc380121ceb6b4e077cc2b16e9bb1f 100644 (file)
@@ -265,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 ) {