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:
3c528c8
)
headerDump() now needs tag table
author
ewt
<devnull@localhost>
Wed, 22 Jan 1997 20:41:50 +0000
(20:41 +0000)
committer
ewt
<devnull@localhost>
Wed, 22 Jan 1997 20:41:50 +0000
(20:41 +0000)
CVS patchset: 1335
CVS date: 1997/01/22 20:41:50
build/spec.c
patch
|
blob
|
history
diff --git
a/build/spec.c
b/build/spec.c
index
7a991bc
..
dd8c759
100644
(file)
--- a/
build/spec.c
+++ b/
build/spec.c
@@
-1353,7
+1353,7
@@
static void dumpPackage(struct PackageRec *p, FILE *f)
fprintf(f, "%s", getStringBuf(p->filelist));
fprintf(f, "FILES =^\n");
fprintf(f, "HEADER =v\n");
- headerDump(p->header, f, 1);
+ headerDump(p->header, f, 1
, rpmTagTable
);
fprintf(f, "HEADER =^\n");
}