From 0569ef37baf503f657a22e0e1d444ee1efbf7e13 Mon Sep 17 00:00:00 2001 From: Liam Murphy Date: Wed, 20 Jan 2021 02:29:08 +0000 Subject: [PATCH] add comment explaining code as per PR review --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 2fb07074..906fef91 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1409,6 +1409,7 @@ int upx_main(int argc, char *argv[]) { static char default_argv0[] = "upx"; upx_compiler_sanity_check(); + // allow serial re-use of main() as a subroutine done_output_name = 0; opt->reset();