Corrected an error in the call to calmaDumpStructure(), which I added
an extra argument to, briefly, and then failed to remove it from one call.
This commit is contained in:
parent
f5382b824c
commit
62ce6cde05
|
|
@ -771,7 +771,7 @@ calmaFullDump(def, fi, outf, filename)
|
|||
else
|
||||
HashSetValue(he, StrDup(NULL, ""));
|
||||
|
||||
while (calmaDumpStructure(def, fi, outf, &calmaDefHash, filename))
|
||||
while (calmaDumpStructure(def, outf, &calmaDefHash, filename))
|
||||
if (SigInterruptPending)
|
||||
goto done;
|
||||
calmaSkipExact(CALMA_ENDLIB);
|
||||
|
|
|
|||
Loading…
Reference in New Issue