]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
Added sound support to the NetBSD port. Most of the code comes from the original...
[xonotic/darkplaces.git] / console.c
index a9661cff147a5c8e7f81997079ab47ffa59b596f..fa4a58dcb5125dd642ae6add4c1300b46a082e52 100644 (file)
--- a/console.c
+++ b/console.c
@@ -467,7 +467,7 @@ Modified by EvilTypeGuy eviltypeguy@qeradiant.com
 */
 void Con_DrawInput (void)
 {
-       char editlinecopy[256], *text;
+       char editlinecopy[257], *text;
 
        if (!key_consoleactive)
                return;         // don't draw anything