Explorar o código

* string -> shortstring

Michael VAN CANNEYT %!s(int64=2) %!d(string=hai) anos
pai
achega
292d88cb79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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])