[Xmlstorage-commits] SF.net SVN: xmlstorage: [95] trunk/c++/xmlstorage.cpp
Brought to you by:
martinfuchs
From: <mar...@us...> - 2008-05-30 12:03:08
|
Revision: 95 http://xmlstorage.svn.sourceforge.net/xmlstorage/?rev=95&view=rev Author: martinfuchs Date: 2008-05-30 05:03:14 -0700 (Fri, 30 May 2008) Log Message: ----------- Unicode string wrapper Modified Paths: -------------- trunk/c++/xmlstorage.cpp Modified: trunk/c++/xmlstorage.cpp =================================================================== --- trunk/c++/xmlstorage.cpp 2008-05-30 12:02:36 UTC (rev 94) +++ trunk/c++/xmlstorage.cpp 2008-05-30 12:03:14 UTC (rev 95) @@ -204,7 +204,7 @@ bool XPathElement::matches(const XMLNode& node, int& n) const { if (node != _child_name) - if (_child_name != "*") // use asterisk as wildcard + if (_child_name != XS_TEXT("*")) // use asterisk as wildcard return false; if (!_attr_name.empty()) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |