From 312fc60509c1217500f2ad9f0fba6bbfed91c182 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 19 Dec 2000 15:45:38 +0000 Subject: [PATCH] make code inside "#if 0" compile when changing 0 to 1 committer: jreiser 977240738 +0000 --- src/p_vmlinz.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_vmlinz.cpp b/src/p_vmlinz.cpp index b4dae103..d138f270 100644 --- a/src/p_vmlinz.cpp +++ b/src/p_vmlinz.cpp @@ -226,7 +226,7 @@ void PackVmlinuzI386::pack(OutputFile *fo) #if 0 printf("%-13s: setup : %8ld bytes\n", getName(), (long) setup_buf.getSize()); printf("%-13s: loader : %8ld bytes\n", getName(), (long) lsize); - printf("%-13s: compressed : %8ld bytes\n", getName(), (long) clen); + printf("%-13s: compressed : %8ld bytes\n", getName(), (long) ph.c_len); #endif // finally check the compression ratio