2
0
Эх сурвалжийг харах

* Merging revisions r45426 from trunk:
------------------------------------------------------------------------
r45426 | michael | 2020-05-18 19:30:38 +0200 (Mon, 18 May 2020) | 1 line

* Fix include file, trim file
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@46647 -

michael 5 жил өмнө
parent
commit
21017b2af2

+ 1 - 0
packages/fcl-passrc/src/pscanner.pp

@@ -3323,6 +3323,7 @@ procedure TPascalScanner.HandleIncludeFile(Param: String);
 var
 var
   NewSourceFile: TLineReader;
   NewSourceFile: TLineReader;
 begin
 begin
+  Param:=Trim(Param);
   if Length(Param)>1 then
   if Length(Param)>1 then
     begin
     begin
     if (Param[1]='''') then
     if (Param[1]='''') then