Browse Source

* Correct type for filenames

Michaël Van Canneyt 2 years ago
parent
commit
b8b091cef8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/amicommon/lineinfo.pp

+ 1 - 1
rtl/amicommon/lineinfo.pp

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