Explorar el Código

* string -> shortstring

Michael VAN CANNEYT hace 2 años
padre
commit
3d88722d8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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] }