From: Dale Weiler Date: Sun, 2 Jun 2013 09:50:39 +0000 (+0000) Subject: Fix a divide by zero error X-Git-Tag: v0.3.0~151^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=06cccbb646f50cc339c7c3a0713f5bc6fe668d7a;p=xonotic%2Fgmqcc.git Fix a divide by zero error --- diff --git a/test.c b/test.c index 7b9254d..e6567f0 100644 --- 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