瀏覽代碼

* string -> shortstring

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

+ 1 - 1
rtl/nds/system.pp

@@ -151,7 +151,7 @@ End;
 var
  execpathstr : shortstring;
 
-function paramstr(l: longint) : string;
+function paramstr(l: longint) : shortstring;
  begin
    { stricly conforming POSIX applications  }
    { have the executing filename as argv[0] }