浏览代码

* string -> shortstring

Michael VAN CANNEYT 2 年之前
父节点
当前提交
70c45ff9cb
共有 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] }