Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
05620b271d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/palmos/syspara.inc

+ 2 - 2
rtl/palmos/syspara.inc

@@ -32,9 +32,9 @@ begin
 end;
 
 { argument number l }
-function ParamStr(l: LongInt): string;
+function ParamStr(l: LongInt): Shortstring;
 var
-  s1: string;
+  s1: shortstring;
 begin
   ParamStr := '';
   if (l > 0) and (l + 1 <= argc) then