Ver Fonte

* string -> shortstring

Michael VAN CANNEYT há 2 anos atrás
pai
commit
3d88722d8f
1 ficheiros alterados com 1 adições e 1 exclusões
  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] }