Explorar el Código

* string -> shortstring

Michael VAN CANNEYT hace 2 años
padre
commit
b3fe172ff8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/nativent/system.pp

+ 1 - 1
rtl/nativent/system.pp

@@ -253,7 +253,7 @@ begin
   paramcount := argc - 1;
 end;
 
-function paramstr(l : longint) : string;
+function paramstr(l : longint) : shortstring;
 begin
   if (l>=0) and (l<argc) then
     paramstr:=strpas(argv[l])