Explorar o código

* string -> shortstring

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
49494d63a5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      rtl/aros/system.pp

+ 2 - 2
rtl/aros/system.pp

@@ -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