Fixed compile error

This commit is contained in:
Jaroslaw Kolakowski 2002-02-04 21:07:39 +00:00
parent 8535164f21
commit 176a426b2e

View File

@ -3469,10 +3469,10 @@ static char *php_domxslt_string_to_xpathexpr(const char *str)
{
const xmlChar *string = (const xmlChar *)str;
TSRMLS_FETCH();
xmlChar *value;
TSRMLS_FETCH();
if (xmlStrchr(string, '"')) {
if (xmlStrchr(string, '\'')) {
php_error(E_WARNING, "Cannot create XPath expression (string contains both quote and double-quotes) in %s",