Ver código fonte

* Fixed TTarget.HaveOptions

git-svn-id: trunk@13224 -
michael 16 anos atrás
pai
commit
38be92f20e
1 arquivos alterados com 1 adições e 1 exclusões
  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;