Parcourir la source

* string -> shortstring

Michael VAN CANNEYT il y a 2 ans
Parent
commit
abcbd5fc99
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;