no comment :-(
authorewt <devnull@localhost>
Mon, 19 Feb 1996 04:29:39 +0000 (04:29 +0000)
committerewt <devnull@localhost>
Mon, 19 Feb 1996 04:29:39 +0000 (04:29 +0000)
CVS patchset: 314
CVS date: 1996/02/19 04:29:39

lib/header.c

index dcb609b..381a18f 100644 (file)
@@ -624,7 +624,7 @@ int getEntry(Header h, int_32 tag, int_32 * type, void **p, int_32 * c)
     /* First find the tag */
     index = findEntry(h, tag);
     if (! index) {
-       **p = NULL;
+       *p = NULL;
        return 0;
     }