瀏覽代碼

* 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 年之前
父節點
當前提交
21017b2af2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-passrc/src/pscanner.pp

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

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