From 06cccbb646f50cc339c7c3a0713f5bc6fe668d7a Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 2 Jun 2013 09:50:39 +0000 Subject: [PATCH] Fix a divide by zero error --- test.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2