]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/inout.c
fix bugs in skin load code
[xonotic/netradiant.git] / tools / quake3 / common / inout.c
index aebc5db3db419ab9e32c4ef2b95fd77662a7ea81..c56a9f5436d2619bddbcede0ab621852ec46f969 100644 (file)
@@ -271,7 +271,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)