mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 19:39:17 +02:00
codetools: fpc cache: using case insensitive trees
git-svn-id: trunk@26827 -
This commit is contained in:
parent
0713dbfc33
commit
39450e7d0d
@ -8618,7 +8618,7 @@ begin
|
||||
if Tree=nil then
|
||||
Result:=''
|
||||
else
|
||||
Result:=FPCSourceDirectory+Tree[LowerCase(AUnitName)];
|
||||
Result:=FPCSourceDirectory+Tree[AUnitName];
|
||||
end;
|
||||
|
||||
function TFPCUnitSetCache.GetInvalidChangeStamp: integer;
|
||||
|
Loading…
Reference in New Issue
Block a user