Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
552c2146d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/netwlibc/system.pp

+ 1 - 1
rtl/netwlibc/system.pp

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