Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
49494d63a5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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