Sfoglia il codice sorgente

* string -> shortstring

Michael VAN CANNEYT 2 anni fa
parent
commit
abcbd5fc99
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;