Browse Source

* string -> shortstring

Michael VAN CANNEYT 2 years ago
parent
commit
bf1af7a962
1 changed files with 1 additions and 1 deletions
  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])