FpDebug: missing result

git-svn-id: trunk@44919 -
This commit is contained in:
martin 2014-05-05 03:02:16 +00:00
parent 5acc0236ce
commit 60aa4dd2fc

View File

@ -781,7 +781,7 @@ end;
function TFpPascalPrettyPrinter.PrintValue(out APrintedValue: String; AValue: TFpDbgValue;
ADisplayFormat: TWatchDisplayFormat; ARepaetCount: Integer): Boolean;
begin
InternalPrintValue(APrintedValue, AValue, AddressSize, [], 0, '', ADisplayFormat, ARepaetCount);
Result := InternalPrintValue(APrintedValue, AValue, AddressSize, [], 0, '', ADisplayFormat, ARepaetCount);
end;
end.