Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
e8b3f2dba3
1 changed files with 1 additions and 1 deletions
  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;