Cleanups.
committer: mfx <mfx> 978636047 +0000
This commit is contained in:
+1
-1
@@ -497,7 +497,7 @@ void Packer::copyOverlay(OutputFile *fo, unsigned overlay,
|
||||
}
|
||||
info("Copying overlay: %d bytes", overlay);
|
||||
if (do_seek)
|
||||
fi->seek(-(long)overlay, SEEK_END);
|
||||
fi->seek(-(off_t)overlay, SEEK_END);
|
||||
|
||||
// get buffer size, align to improve i/o speed
|
||||
unsigned buf_size = buf->getSize();
|
||||
|
||||
Reference in New Issue
Block a user