Ver Fonte

* string -> shortstring

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