Hello

My compiler is warning me about a likely typo in
xpath.c:xmlXPathCompOpEvalFirst()

#ifdef XP_OPTIMIZED_FILTER_FIRST
       case XPATH_OP_FILTER:
               total =+ xmlXPathCompOpEvalFilterFirst(ctxt, op, first);
           return (total);
#endif

I think the =+ should be +=, however "total" is zero initialized so
this should not make any difference.

-- Marius Wachtler
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to