Przeglądaj źródła

* string -> shortstring

Michael VAN CANNEYT 2 lat temu
rodzic
commit
292d88cb79
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      rtl/watcom/system.pp

+ 1 - 1
rtl/watcom/system.pp

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