Ver Fonte

* string -> shortstring

Michael VAN CANNEYT há 2 anos atrás
pai
commit
abcbd5fc99
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      rtl/freertos/system.pp

+ 1 - 1
rtl/freertos/system.pp

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