0: issue with compiling in delphi7
This commit is contained in:
parent
5f33baadd3
commit
922338afa0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user