1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Changed a comment.

committer: mfx <mfx> 978108487 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-12-29 16:48:07 +00:00
parent 1c7a34b367
commit dc22e6f158

View File

@ -284,7 +284,7 @@ void upx_main(
goto error;
#endif
// Set expected file size.
// Set expected uncompressed file size.
if (ftruncate(fdo, header.p_filesize) != 0)
goto error;