1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00

Be quiet when using `-qqq'.

committer: mfx <mfx> 1027556040 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2002-07-25 00:14:00 +00:00
parent 7e06892ad7
commit 1ef25b356c

View File

@ -536,6 +536,9 @@ void UiPacker::uiUnpackEnd(const OutputFile *fo)
{ {
uiUpdate(-1, fo->getBytesWritten()); uiUpdate(-1, fo->getBytesWritten());
if (s->mode == M_QUIET)
return;
const char *name = p->fi->getName(); const char *name = p->fi->getName();
if (opt->output_name) if (opt->output_name)
name = opt->output_name; name = opt->output_name;