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

add comment explaining code as per PR review

This commit is contained in:
Liam Murphy 2021-01-20 02:29:08 +00:00 committed by Markus F.X.J. Oberhumer
parent 984334c9a1
commit 0569ef37ba

View File

@ -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();