Explorar o código

* Fixed TTarget.HaveOptions

git-svn-id: trunk@13224 -
michael %!s(int64=16) %!d(string=hai) anos
pai
achega
38be92f20e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;