mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 01:11:07 +02:00
codetools: fixed compiling
git-svn-id: trunk@50476 -
This commit is contained in:
parent
984edab996
commit
704600a31f
@ -1901,7 +1901,7 @@ function GatherUnitSourcesInDirectory(Directory: string; MaxLevel: integer
|
||||
procedure Traverse(Dir: string; Tree: TStringToStringTree; Lvl: integer);
|
||||
var
|
||||
Info: TSearchRec;
|
||||
Filename: RawByteString;
|
||||
Filename: String;
|
||||
AnUnitName: String;
|
||||
begin
|
||||
if FindFirstUTF8(Directory+AllFilesMask,faAnyFile,Info)=0 then begin
|
||||
|
Loading…
Reference in New Issue
Block a user