瀏覽代碼

* string -> shortstring

Michael VAN CANNEYT 2 年之前
父節點
當前提交
292d88cb79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/watcom/system.pp

+ 1 - 1
rtl/watcom/system.pp

@@ -642,7 +642,7 @@ begin
 end;
 
 
-function paramstr(l : longint) : string;
+function paramstr(l : longint) : shortstring;
 begin
   if (l>=0) and (l+1<=argc) then
    paramstr:=strpas(argv[l])