Added some debug print statements.

committer: mfx <mfx> 975558043 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-11-30 04:20:43 +00:00
parent 8ea765516c
commit f26380b110
4 changed files with 37 additions and 2 deletions
+5
View File
@@ -123,6 +123,11 @@ void PackCom::patchLoader(OutputFile *fo,
fo->write(loader,e_len); // entry
fo->write(obuf,ph.c_len);
fo->write(loader+e_len,d_len); // decompressor
#if 0
printf("%-13s: entry : %8ld bytes\n", getName(), (long) e_len);
printf("%-13s: compressed : %8ld bytes\n", getName(), (long) ph.c_len);
printf("%-13s: decompressor : %8ld bytes\n", getName(), (long) d_len);
#endif
}