2
0
Michael VAN CANNEYT 2 жил өмнө
parent
commit
ca88738a44
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rtl/wasi/system.pp

+ 1 - 1
rtl/wasi/system.pp

@@ -348,7 +348,7 @@ Begin
   paramcount := argc - 1;
 End;
 
-function paramstr(l: longint) : string;
+function paramstr(l: longint) : shortstring;
 begin
   if argv=nil then
     setup_arguments;