* Correct type for filenames

This commit is contained in:
Michaël Van Canneyt 2023-07-14 15:32:56 +02:00
parent f36ec0ed7f
commit b8b091cef8

View File

@ -133,7 +133,7 @@ var
filestab : tstab; { stab with current file info }
filename,
lastfilename, { store last processed file }
dbgfn : string;
dbgfn : ansistring;
lastopenstabs: Boolean; { store last result of processing a file }
stabrelocofs,stabreloclen: longint;