]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fix a divide by zero error
authorDale Weiler <killfieldengine@gmail.com>
Sun, 2 Jun 2013 09:50:39 +0000 (09:50 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 2 Jun 2013 09:50:39 +0000 (09:50 +0000)
test.c

diff --git a/test.c b/test.c
index 7b9254deb4e6b36cb60ede40c4920b12e0ece72c..e6567f05c21cbd888eb3a5f7a42fd31a2a7515b3 100644 (file)
--- a/test.c
+++ b/test.c
@@ -1283,6 +1283,7 @@ int main(int argc, char **argv) {
     char         *defs     = NULL;
 
     con_init();
+    OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
 
     /*
      * Command line option parsing commences now We only need to support