Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
07fae79650
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/bsd/system.pp

+ 1 - 1
rtl/bsd/system.pp

@@ -150,7 +150,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] }