Fix an assortment of compiler warnings.
A few potential bugs were removed in the process. Much code cleanup remains to be done.
This commit is contained in:
parent
de95b19cee
commit
7d459d7d36
47 changed files with 608 additions and 591 deletions
|
|
@ -121,7 +121,7 @@ _new(size_t size)
|
|||
|
||||
if (space == NULL)
|
||||
{
|
||||
sprintf(prbuf, "Rogue ran out of memory (%d). Fatal error!", md_memused());
|
||||
sprintf(prbuf, "Rogue ran out of memory (%ld). Fatal error!", md_memused());
|
||||
fatal(prbuf);
|
||||
}
|
||||
total++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue