Ver Fonte

* string -> shortstring

Michael VAN CANNEYT há 2 anos atrás
pai
commit
206431b46e
1 ficheiros alterados com 1 adições e 1 exclusões
  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