author | Ryan C. Gordon <icculus@icculus.org> |
Sat, 21 Aug 2010 20:05:22 -0400 | |
changeset 1107 | b3d42c9117ec |
parent 1106 | 94c3669d0311 |
child 1108 | b63e39d5be04 |
--- a/src/archiver_zip.c Sat Aug 21 19:10:42 2010 -0400 +++ b/src/archiver_zip.c Sat Aug 21 20:05:22 2010 -0400 @@ -375,7 +375,7 @@ filelen = __PHYSFS_platformFileLength(in); BAIL_IF_MACRO(filelen == -1, NULL, 0); /* !!! FIXME: unlocalized string */ - BAIL_IF_MACRO(filelen > 0xFFFFFFFF, "ZIP bigger than 2 gigs?!", 0); + BAIL_IF_MACRO(filelen > 0xFFFFFFFF, "ZIP bigger than 4 gigs?!", 0); /* * Jump to the end of the file and start reading backwards.