Skip to content

Commit

Permalink
Corrected an error in the call to calmaDumpStructure(), which I added
Browse files Browse the repository at this point in the history
an extra argument to, briefly, and then failed to remove it from one
call.
  • Loading branch information
RTimothyEdwards committed May 13, 2022
1 parent f5382b8 commit 62ce6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calma/CalmaWrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 62ce6cd

Please sign in to comment.