]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/common/cmdlib.c
Merge commit '37bef590b1d2161b16b2bd33349fc8b56af60920' into master-merge
[xonotic/netradiant.git] / tools / heretic2 / common / cmdlib.c
index 244452272c09a2e81c2ab024db56e89ef327db4a..9852623b02176d7e6ba0dca593febd90ec38bdac 100644 (file)
@@ -889,7 +889,7 @@ int ParseNum( const char *str ){
    // all output ends up through here
    void FPrintf (int flag, char *buf)
    {
-   printf(buf);
+   printf( "%s", buf );
 
    }