mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
that /looked/ wrong :/
This commit is contained in:
parent
d8b701608c
commit
f621570dee
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Con_CreateInputLine (int lines, int lsize, char prompt)
|
|||
|
||||
inputline = calloc (1, size);
|
||||
p = (char **) (inputline + 1);
|
||||
l = p[lines];
|
||||
l = (char *) &p[lines];
|
||||
|
||||
inputline->lines = p;
|
||||
inputline->num_lines = lines;
|
||||
|
|
Loading…
Reference in a new issue