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:
Tim Edwards 2022-05-12 20:43:30 -04:00
parent f5382b824c
commit 62ce6cde05
1 changed files with 1 additions and 1 deletions

View File

@ -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);