* string -> shortstring

This commit is contained in:
Michael VAN CANNEYT 2023-01-06 10:57:38 +01:00 committed by Michaël Van Canneyt
parent fae6b2a1f3
commit 3a5b18e0e4

View File

@ -79,8 +79,8 @@ var
killed : Boolean = False;
function GetLibAdress(Base: Pointer; Offset: LongInt): Pointer;
procedure Debug(s: string);
procedure Debugln(s: string);
procedure Debug(s: shortstring);
procedure Debugln(s: shortstring);
procedure EnableBackTraceStr;
implementation