Re: [fpc-devel] Build error, main branch, compiler/options.pas 889:33

2023-11-11 Thread Michael Van Canneyt via fpc-devel
On Fri, 10 Nov 2023, drichards--- via fpc-devel wrote: I am getting an incorrect type error at line 889 column 33 in compiler/options.pas. This is the , following the parameter More to the function Copy. More is defined as a String. I do not understand why the function Copy would have

Re: [fpc-devel] Build error, main branch, compiler/options.pas 889:33

2023-11-11 Thread Sven Barth via fpc-devel
drichards--- via fpc-devel schrieb am Sa., 11. Nov. 2023, 08:22: > I am getting an incorrect type error at line 889 column 33 in > compiler/options.pas. This is the , following the parameter More to the > function Copy. More is defined as a String. I do not understand why the > function C