increment count in headerAppendEntry()
authorewt <devnull@localhost>
Thu, 23 Jan 1997 21:12:26 +0000 (21:12 +0000)
committerewt <devnull@localhost>
Thu, 23 Jan 1997 21:12:26 +0000 (21:12 +0000)
CVS patchset: 1351
CVS date: 1997/01/23 21:12:26

lib/header.c

index 6eb2886..55701f2 100644 (file)
@@ -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;
 }