Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
3d88722d8f
1 changed files with 1 additions and 1 deletions
  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] }