
8 Apr
2004
8 Apr
'04
12:44 p.m.
Actually, now that I look at the code, should it simply be
< if(((m_match_flags & match_not_null) == 0) && (m_presult->length() == 0)) ---
if(((m_match_flags & match_not_null) == 0) && (m_result.length() ==
0))
just below the original patch? That _seems_ to work.
I've no time now, but I'll look into it, thanks, John.