From 16ec84339faffe448abdb6ebb8a5ab7789ddc0da Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 5 Aug 2000 18:18:50 +0000 Subject: [PATCH] remove debugging --- src/readelf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/readelf.c b/src/readelf.c index eaa471a5..52dcec3b 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -14,7 +14,7 @@ #include "readelf.h" #ifndef lint -FILE_RCSID("@(#)$Id: readelf.c,v 1.15 2000/08/05 18:14:12 christos Exp $") +FILE_RCSID("@(#)$Id: readelf.c,v 1.16 2000/08/05 18:18:50 christos Exp $") #endif #ifdef ELFCORE @@ -382,8 +382,8 @@ dophn_core(class, swap, fd, off, num, size) /* * Well, that worked. */ - printf(", from '%.16s' %d", - &nbuf[offset + prpsoffsets(i)], i); + printf(", from '%.16s'", + &nbuf[offset + prpsoffsets(i)]); break; tryanother: -- 2.50.1