Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 năm trước cách đây
mục cha
commit
580f3d6bf6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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])