projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f4bfe2
)
duh
author
root
<devnull@localhost>
Wed, 23 Apr 1997 16:03:07 +0000
(16:03 +0000)
committer
root
<devnull@localhost>
Wed, 23 Apr 1997 16:03:07 +0000
(16:03 +0000)
CVS patchset: 1553
CVS date: 1997/04/23 16:03:07
tools/rpmarchive.c
patch
|
blob
|
history
diff --git
a/tools/rpmarchive.c
b/tools/rpmarchive.c
index
e2b0f71
..
c494196
100644
(file)
--- a/
tools/rpmarchive.c
+++ b/
tools/rpmarchive.c
@@
-25,7
+25,7
@@
int main(int argc, char **argv)
readLead(fd, &lead);
rpmReadSignature(fd, NULL, lead.signature_type);
hd = headerRead(fd, (lead.major >= 3) ?
- HEADER_MAGIC_
NO
: HEADER_MAGIC_NO);
+ HEADER_MAGIC_
YES
: HEADER_MAGIC_NO);
while ((ct = read(fd, &buffer, 1024))) {
write(1, &buffer, ct);