Juergen Vigna <[EMAIL PROTECTED]> writes:
| 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!).
No no... that you put parantesis around _obvious_ expressions. btw.
I'd like to see the above while condition rewritten. It way to large
and complex.
Lgb