X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fcommon%2Finout.c;fp=tools%2Fquake3%2Fcommon%2Finout.c;h=acf492a295d840be308741607564a256e83ec90f;hb=3311b00ae6f150aec8629b860f28c4bf92abef33;hp=74a111b8eaa5575515019cfc69e660ffcb3e7655;hpb=7c4e1f1fcb55246aaf37d437df0bb3d8d28ebf4b;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/common/inout.c b/tools/quake3/common/inout.c index 74a111b8..acf492a2 100644 --- a/tools/quake3/common/inout.c +++ b/tools/quake3/common/inout.c @@ -264,7 +264,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 ) {