0: issue with compiling in delphi7

This commit is contained in:
evgeny-k 2022-08-04 23:15:39 +03:00
parent 5f33baadd3
commit 922338afa0

View File

@ -532,7 +532,7 @@ function TPSCustomDebugExec.GetCallStack(var Count: Cardinal): tbtString;
Result:= Result + ParamList.Items[I] + ': ' +
PSVariantToString(NewTPSVariantIFC(FStack[Cardinal(Longint(StackBase) - Longint(I) - 1)], False), '') + '; ';
if Result <> '' then
Result := tbtString(String(Result).Remove(Length(Result)-2));
SetLength(Result, Length(Result)-2);
end;
var