"John Newlin" <[EMAIL PROTECTED]> writes: > The STREQN macro does a case sensitive compare on the first byte, > which is incorrect for a case insenstive macro: > > This would result in the string "Bug" and "bug" being reported as > not equal, when they should be equal on a case insenitive compare. But the STREQN() macro is intended to be case sensitive. --jtc -- J.T. Conklin RedBack Networks
- STREQN macro incorrect John Newlin
- J.T. Conklin