http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4707





------- Additional Comments From [EMAIL PROTECTED]  2005-11-27 21:42 -------
As I said, if you are doing a string compare, there are "other ways".  In this 
case the right one is probably something like

    if (memicmp (ptr, "string", sizeof("string")-1) == 0)

Note: memicmp may be the PC flavor of the name, and Unixen may use a different 
name for the function.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to