diff --git a/calma/CalmaRdcl.c b/calma/CalmaRdcl.c index ab93664b..c5e014b0 100644 --- a/calma/CalmaRdcl.c +++ b/calma/CalmaRdcl.c @@ -351,7 +351,7 @@ calmaParseStructure(filename) char *filename; /* Name of the GDS file read */ { static int structs[] = { CALMA_STRCLASS, CALMA_STRTYPE, -1 }; - int nbytes, rtype, nsrefs, osrefs, npaths; + int nbytes = -1, rtype = 0, nsrefs, osrefs, npaths; char *strname = NULL; HashEntry *he; int timestampval = 0;