From 21620b1414e73d4234f8d18765c4554afe4b12bd Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 23 Jan 1997 21:12:26 +0000 Subject: [PATCH] increment count in headerAppendEntry() CVS patchset: 1351 CVS date: 1997/01/23 21:12:26 --- lib/header.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/header.c b/lib/header.c index 6eb2886..55701f2 100644 --- a/lib/header.c +++ b/lib/header.c @@ -842,5 +842,7 @@ int headerAppendEntry(Header h, int_32 tag, int_32 type, void * p, int_32 c) { grabData(type, entry->data + entry->length, c, &length); entry->length += length; + entry->info.count += c; + return 0; } -- 2.7.4