mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 01:51:37 +00:00
fixes for __attribute__((format)) (I'll commit that /after/ release) and freelook
This commit is contained in:
parent
aec65c68a2
commit
ea1386f190
8 changed files with 11 additions and 6 deletions
|
@ -171,7 +171,7 @@ int main(int argc, char *argv[])
|
|||
if (j)
|
||||
parms.memsize = (int) (atof(com_argv[j+1]) * 1024 * 1024);
|
||||
if ((parms.membase = malloc (parms.memsize)) == NULL)
|
||||
Sys_Error("Can't allocate %ld\n", parms.memsize);
|
||||
Sys_Error("Can't allocate %d\n", parms.memsize);
|
||||
|
||||
parms.basedir = BASEDIR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue