浏览代码

* string -> shortstring

Michael VAN CANNEYT 2 年之前
父节点
当前提交
3d88722d8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/bsd/system.pp

+ 1 - 1
rtl/bsd/system.pp

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