Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
206431b46e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/netwlibc/system.pp

+ 1 - 1
rtl/netwlibc/system.pp

@@ -198,7 +198,7 @@ begin
 end;
 
 { argument number l }
-function paramstr(l : longint) : string;
+function paramstr(l : longint) : shortstring;
 begin
   if (l>=0) and (l+1<=argc) then
   begin