Explorar o código

* string -> shortstring

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
206431b46e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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