- Fixed a double-fclose and memory leaks in zipdir.

- Fixed building of LZMA SDK on Linux with some help from p7zip.



SVN r1469 (trunk)
This commit is contained in:
Randy Heit 2009-03-10 23:56:47 +00:00
commit 1e57e07926
6 changed files with 268 additions and 13 deletions

View file

@ -1300,7 +1300,7 @@ void FWeaponSlots::AddSlot(int slot, const PClass *type, bool feedback)
{
if (type != NULL && !Slots[slot].AddWeapon(type) && feedback)
{
Printf ("Could not add %s to slot %zu\n", type->TypeName.GetChars(), slot);
Printf ("Could not add %s to slot %d\n", type->TypeName.GetChars(), slot);
}
}