Explorar el Código

* string -> shortstring

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

+ 1 - 1
rtl/embedded/system.pp

@@ -229,7 +229,7 @@ Begin
 End;
 
 
-function paramstr(l: longint) : string;
+function paramstr(l: longint) : shortstring;
  begin
    paramstr := '';
  end;