From b997c2ad4d4a8ae8f4a6c14b4cf886058a09ff17 Mon Sep 17 00:00:00 2001 From: ewt Date: Sun, 7 Feb 1999 23:14:04 +0000 Subject: [PATCH] don't let hdrs[] be sparse CVS patchset: 2786 CVS date: 1999/02/07 23:14:04 --- lib/transaction.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/transaction.c b/lib/transaction.c index 14ce899..e50bf86 100644 --- a/lib/transaction.c +++ b/lib/transaction.c @@ -146,6 +146,7 @@ int rpmRunTransactions(rpmTransactionSet ts, rpmCallbackFunction notify, (void *) NULL, &fi->fc)) { fi->fc = 0; fi->h = alp->h; + hdrs[alp - al->list] = headerLink(fi->h); continue; } -- 2.7.4