Browse Source

* Fixed TTarget.HaveOptions

git-svn-id: trunk@13224 -
michael 16 years ago
parent
commit
38be92f20e
1 changed files with 1 additions and 1 deletions
  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;