瀏覽代碼

* string -> shortstring

Michael VAN CANNEYT 2 年之前
父節點
當前提交
552c2146d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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