Skip to content

Commit

Permalink
[fix] assert(fileTable.tab[fileNumber] != NULL) in filetable.c:72
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed May 31, 2024
1 parent 1ec77bf commit af3cbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cxfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ static void writePartialReferenceFile(bool updateFlag,
mapOverFileTableWithIndex(mapfun);
if (mapfun2!=NULL)
mapOverFileTableWithIndex(mapfun2);
//scanCxFile(fullScanFunctionSequence);
scanCxFile(fullScanFunctionSequence);
closeReferenceFile(filename);
}

Expand Down

0 comments on commit af3cbf1

Please sign in to comment.