ソースを参照

* Fixed TTarget.HaveOptions

git-svn-id: trunk@13224 -
michael 16 年 前
コミット
38be92f20e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/fpmkunit/src/fpmkunit.pp

+ 1 - 1
packages/fpmkunit/src/fpmkunit.pp

@@ -4596,7 +4596,7 @@ end;
 
 function TTarget.HaveOptions: Boolean;
 begin
-
+  Result:=(FOptions<>Nil);
 end;