[xml] Get rid of a likely typo in xpath.c
- From: Marius Wachtler <malloc inode at>
- To: xml gnome org
- Subject: [xml] Get rid of a likely typo in xpath.c
- Date: Mon, 11 Oct 2010 21:25:15 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]