]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata_heretic2/common/cmdlib.c
Merge commit '173f350be76237a7dee9c00c389dff4e56b3da4c' into garux-merge
[xonotic/netradiant.git] / tools / quake2 / qdata_heretic2 / common / cmdlib.c
index 7a49c52e8e26748d7430381cae21bbe58dc8e6ad..9a06870d246d935bc4da66b47a31fe32e8477da6 100644 (file)
@@ -901,7 +901,7 @@ int ParseNum( const char *str ){
    // all output ends up through here
    void FPrintf (int flag, char *buf)
    {
-   printf(buf);
+   printf( "%s", buf );
 
    }