Przeglądaj źródła

* string -> shortstring

Michael VAN CANNEYT 2 lat temu
rodzic
commit
ca88738a44
1 zmienionych plików z 1 dodań i 1 usunięć
  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;