summaryrefslogtreecommitdiff
path: root/src/readcdf.c
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2016-06-20 16:08:14 +0000
committerChristos Zoulas <christos@zoulas.com>2016-06-20 16:08:14 +0000
commit04e10da0e739be1ad097c29a6bdb6aa99ef3c6d6 (patch)
tree81408774e3eb062f2d5ace584cdc11fe7ab43a37 /src/readcdf.c
parent8518ff21a644f5f72538c10e95c2d255039a3343 (diff)
downloadfile-git-04e10da0e739be1ad097c29a6bdb6aa99ef3c6d6.tar.gz
PR/559: It is not an error if the short stream is missing.
Diffstat (limited to 'src/readcdf.c')
-rw-r--r--src/readcdf.c4
1 files changed, 2 insertions, 2 deletions
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 <assert.h>
@@ -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;