From bf1af7a962f51924c99dce37dec930b6f28ff69c Mon Sep 17 00:00:00 2001 From: Michael VAN CANNEYT Date: Fri, 6 Jan 2023 11:14:14 +0100 Subject: [PATCH] * string -> shortstring --- rtl/watcom/system.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/watcom/system.pp b/rtl/watcom/system.pp index 93f705815d..21d2ccedec 100644 --- a/rtl/watcom/system.pp +++ b/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])