Re: [Patch] small bug in xforms_helpers.C ?

2002-10-07 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> I think that this is new to me (maybe I missed it following my | Angus> recent travels) but that it's definitely a bug. Could you apply | Angus> the fix please. > | Lars? Yes,

Re: [Patch] small bug in xforms_helpers.C ?

2002-10-07 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> I think that this is new to me (maybe I missed it following my Angus> recent travels) but that it's definitely a bug. Could you apply Angus> the fix please. Lars? JMarc

Re: [Patch] small bug in xforms_helpers.C ?

2002-10-07 Thread Angus Leeming
On Monday 07 October 2002 2:37 pm, Jean-Marc Lasgouttes wrote: > > "R" == R Lahaye <[EMAIL PROTECTED]> writes: > > R> Hi, > > R> In xforms_helpers.C, there is the following in function > R> formatted(): > > R>string::size_type const nxtpos1 = sin.find(' ', curpos); > R> string::size_type c

Re: [Patch] small bug in xforms_helpers.C ?

2002-10-07 Thread Jean-Marc Lasgouttes
> "R" == R Lahaye <[EMAIL PROTECTED]> writes: R> Hi, R> In xforms_helpers.C, there is the following in function R> formatted(): R> string::size_type const nxtpos1 = sin.find(' ', curpos); R> string::size_type const nxtpos2 = sin.find('\n', curpos); R> string::size_type const nxtpos = s

[Patch] small bug in xforms_helpers.C ?

2002-09-19 Thread R. Lahaye
Hi, In xforms_helpers.C, there is the following in function formatted(): string::size_type const nxtpos1 = sin.find(' ', curpos); string::size_type const nxtpos2 = sin.find('\n', curpos); string::size_type const nxtpos = std::min(nxtpos1, nxtpos1); The last line looks