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,
> "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
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
> "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
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