Re: [fpc-pascal] ParamStr(0) buggy?

2005-09-09 Thread Hans-Juergen Taenzer
Florian Klaempfl wrote: > Hans-Juergen Taenzer wrote: >> Sorry, but it isn't. >> >> I downloaded the newest snapshot (compiler and rtl) with date >> 9.9.05. >> >> The error still exists. > c:\fpc>c:\fpc\compiler\ppc386 -n -Fuc:\fpc\rtl\un

Re: [fpc-pascal] ParamStr(0) buggy?

2005-09-09 Thread Hans-Juergen Taenzer
Luiz Américo wrote: > Hans-Juergen Taenzer wrote: >> >> at the end of ParamStr(0) there is a wrong character. >> > This is fixed in fpc 2.0.1 or 2.1.1 Sorry, but it isn't. I downloaded the newest snapshot (compiler and rtl) with date 9.9.05. The error st

[fpc-pascal] ParamStr(0) buggy?

2005-09-08 Thread Hans-Juergen Taenzer
Hello, at the end of ParamStr(0) there is a wrong character. A small testprogramm: <--> Program t1; var i : longint ; begin Writeln( 'paramstr(0): <' + paramstr(0) + '>'); Writeln( 'Count other Parms: ', ParamCount); Writeln( '