Misc cleanups.
committer: mfx <mfx> 1088804669 +0000
This commit is contained in:
+8
-7
@@ -219,13 +219,14 @@ UiPacker::~UiPacker()
|
||||
|
||||
void UiPacker::printInfo(int nl)
|
||||
{
|
||||
#if 1
|
||||
char method_name[32+1];
|
||||
set_method_name(method_name, sizeof(method_name), p->ph.method, p->ph.level);
|
||||
con_fprintf(stdout, "Compressing %s [%s, %s]%s", p->fi->getName(), p->getName(), method_name, nl ? "\n" : "");
|
||||
#else
|
||||
con_fprintf(stdout, "Compressing %s [%s]%s", p->fi->getName(), p->getName(), nl ? "\n" : "");
|
||||
#endif
|
||||
if (opt->all_methods && s->total_passes > 1)
|
||||
con_fprintf(stdout, "Compressing %s [%s]%s", p->fi->getName(), p->getName(), nl ? "\n" : "");
|
||||
else
|
||||
{
|
||||
char method_name[32+1];
|
||||
set_method_name(method_name, sizeof(method_name), p->ph.method, p->ph.level);
|
||||
con_fprintf(stdout, "Compressing %s [%s, %s]%s", p->fi->getName(), p->getName(), method_name, nl ? "\n" : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user