On 05-Mar-2001 Edwin Leuven wrote:

> Which would mean that it happens here:
> 
>         while (pos + i < par->Last()
>                && string::size_type(i) < size
>                && cs ? str[i] == par->GetChar(pos + i)
>                : toupper(str[i]) == toupper(par->GetChar(pos + i))) {

I fixed the problem and will commit this soon!

I don't know, but it seems it is a compiler problem, I just put parentes
around the above expressions and now it works and doesn't segfault on me
anymore (and then people are mocking around that I put parenteses around
suspicious expressions!).

        Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

A free society is one where it is safe to be unpopular.
                -- Adlai Stevenson

Reply via email to