]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/bsp.c
gcc: appease the hardening warnings
[xonotic/netradiant.git] / tools / quake3 / q3map2 / bsp.c
index bbab3f25ee101fa57b3db1955a4b2330a4421649..8553e4651d504fe0892b70b30af12329d8dbc15c 100644 (file)
@@ -127,7 +127,7 @@ static void ProcessAdvertisements( void ) {
 static void SetCloneModelNumbers( void ){
        int i, j;
        int models;
-       char modelValue[ 10 ];
+       char modelValue[ 12 ];
        const char  *value, *value2, *value3;