From dc22e6f158091e55401ee4627fd3f6cf02b969ff Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 29 Dec 2000 16:48:07 +0000 Subject: [PATCH] Changed a comment. committer: mfx 978108487 +0000 --- src/stub/l_lx_exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/l_lx_exec.c b/src/stub/l_lx_exec.c index 391add66..0e4210f7 100644 --- a/src/stub/l_lx_exec.c +++ b/src/stub/l_lx_exec.c @@ -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;