fixes for __attribute__((format)) (I'll commit that /after/ release) and freelook

This commit is contained in:
Bill Currie 2000-05-22 05:47:14 +00:00
parent aec65c68a2
commit ea1386f190
8 changed files with 11 additions and 6 deletions

View file

@ -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;