From 557305cdec6d64cbaf57146d2ff7cc6293b9e7dd Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Sat, 9 Sep 2000 23:30:05 +0000 Subject: [PATCH] Updated for WITH_GUI. committer: mfx 968542205 +0000 --- src/p_tos.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_tos.cpp b/src/p_tos.cpp index 7752da0a..98fe1d34 100644 --- a/src/p_tos.cpp +++ b/src/p_tos.cpp @@ -255,8 +255,10 @@ void PackTos::fileInfo() { if (!readFileHeader()) return; +#if !defined(WITH_GUI) con_fprintf(stdout, " text: %d, data: %d, sym: %d, bss: %d, flags=0x%x\n", (int)ih.fh_text, (int)ih.fh_data, (int)ih.fh_sym, (int)ih.fh_bss, (int)ih.fh_flag); +#endif /* !defined(WITH_GUI) */ }