diff --git a/calma/CalmaWriteZ.c b/calma/CalmaWriteZ.c index cb6a01a2..80d0dbdb 100644 --- a/calma/CalmaWriteZ.c +++ b/calma/CalmaWriteZ.c @@ -406,7 +406,7 @@ calmaDumpStructureZ(def, outf, calmaDefHash, filename) HashTable *calmaDefHash; char *filename; { - int nbytes, rtype; + int nbytes = -1, rtype = 0; char *strname = NULL, *newnameptr; HashEntry *he, *he2; CellDef *edef;