From cb679a2dd0945a4cee1a2fa4674feab8dc7be90c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Mar 1997 15:43:15 +0000 Subject: [PATCH] header sorting function changed CVS patchset: 1477 CVS date: 1997/03/05 15:43:15 --- build/vspec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/vspec.c b/build/vspec.c index 68cb5e2..42da1f0 100644 --- a/build/vspec.c +++ b/build/vspec.c @@ -119,8 +119,9 @@ static int checkHeaderTags(Header inh, struct packageFieldsRec *pfr) void *ptr; struct packageFieldsRec *p; - /* This actually sorts the index, so it'll be easy to catch dups */ + /* Sort the index, so it'll be easy to catch dups */ h = headerCopy(inh); + headerSort(h); headerIter = headerInitIterator(h); lastTag = 0; -- 2.7.4