Added largefile support under Linux.

committer: mfx <mfx> 1034637175 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2002-10-14 23:12:55 +00:00
parent bd191af41b
commit 1ba9ce283b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ void Packer::handleStub(InputFile *fif, OutputFile *fo, long size)
void Packer::checkOverlay(unsigned overlay)
{
assert((off_t)overlay >= 0);
assert((int)overlay >= 0);
assert((off_t)overlay < file_size);
if (overlay == 0)
return;