]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host_cmd.c
clarifications about the format of svc_fog
[xonotic/darkplaces.git] / host_cmd.c
index 1e18df996305f07311dc68d1b8c91ac67cb35bd1..44701986a659c7a5fd94e23d82dcf8e345c5ea07 100644 (file)
@@ -795,7 +795,7 @@ void Host_Tell_f(void)
        client_t *save;
        int             j;
        char    *p;
-       char    text[64];
+       char    text[1024]; // LordHavoc: FIXME: temporary buffer overflow fix (was 64)
 
        if (cmd_source == src_command)
        {