Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
c21838cd31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/freertos/system.pp

+ 1 - 1
rtl/freertos/system.pp

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