From: marc Date: Mon, 8 Jan 1996 07:10:32 +0000 (+0000) Subject: remove extraneous read() that was screwing things up X-Git-Tag: tznext/4.11.0.1.tizen20130304~11801 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a07f81442a27d2775cf9864d8719eefd76b2acae;p=tools%2Flibrpm-tizen.git remove extraneous read() that was screwing things up CVS patchset: 159 CVS date: 1996/01/08 07:10:32 --- diff --git a/tools/rpmarchive.c b/tools/rpmarchive.c index 9c422a4..13d776d 100644 --- a/tools/rpmarchive.c +++ b/tools/rpmarchive.c @@ -21,7 +21,6 @@ int main(int argc, char **argv) fd = open(argv[1], O_RDONLY, 0644); } - read(fd, &buffer, RPMLEAD_SIZE); readLead(fd, &lead); hd = readHeader(fd);