Browse Source

* string -> shortstring

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

+ 1 - 1
rtl/symbian/system.pp

@@ -144,7 +144,7 @@ begin
   paramcount := argc - 1;
 end;
 
-function paramstr(l : longint) : string;
+function paramstr(l : longint) : shortstring;
 begin
   if (l>=0) and (l<argc) then
     paramstr:=strpas(argv[l])