Explorar el Código

* string -> shortstring

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

+ 1 - 1
rtl/gba/system.pp

@@ -128,7 +128,7 @@ begin
 end;
 
 { argument number l }
-function paramstr(l : longint) : string;
+function paramstr(l : longint) : shortstring;
 begin
   paramstr:='';
 end;