From: Christos Zoulas Date: Sat, 5 Aug 2000 18:18:50 +0000 (+0000) Subject: remove debugging X-Git-Tag: FILE3_32~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16ec84339faffe448abdb6ebb8a5ab7789ddc0da;p=file remove debugging --- 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: