mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-30 15:41:12 +00:00
Fix a divide by zero error
This commit is contained in:
parent
c1a9ce3404
commit
06cccbb646
1 changed files with 1 additions and 0 deletions
1
test.c
1
test.c
|
@ -1283,6 +1283,7 @@ int main(int argc, char **argv) {
|
||||||
char *defs = NULL;
|
char *defs = NULL;
|
||||||
|
|
||||||
con_init();
|
con_init();
|
||||||
|
OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Command line option parsing commences now We only need to support
|
* Command line option parsing commences now We only need to support
|
||||||
|
|
Loading…
Reference in a new issue