From 04e10da0e739be1ad097c29a6bdb6aa99ef3c6d6 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Mon, 20 Jun 2016 16:08:14 +0000 Subject: PR/559: It is not an error if the short stream is missing. --- src/readcdf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/readcdf.c') diff --git a/src/readcdf.c b/src/readcdf.c index d125da5b..efdb68c1 100644 --- a/src/readcdf.c +++ b/src/readcdf.c @@ -26,7 +26,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: readcdf.c,v 1.56 2016/03/03 22:20:03 christos Exp $") +FILE_RCSID("@(#)$File: readcdf.c,v 1.57 2016/05/03 16:08:49 christos Exp $") #endif #include @@ -373,7 +373,7 @@ cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, dir, "Catalog", scn)) == -1) return i; #ifdef CDF_DEBUG - cdf_dump_catalog(&h, scn); + cdf_dump_catalog(h, scn); #endif if ((i = cdf_file_catalog(ms, h, scn)) == -1) return -1; -- cgit v1.2.1