diff --git a/rtl/go32v2/system.pp b/rtl/go32v2/system.pp index f58768419b..aed4050168 100644 --- a/rtl/go32v2/system.pp +++ b/rtl/go32v2/system.pp @@ -572,7 +572,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])