mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +00:00
[LIBXML2] Update to version 2.10.2. CORE-17766
This commit is contained in:
parent
0d5a4166a4
commit
1dbad942d8
5 changed files with 28 additions and 9 deletions
3
sdk/lib/3rdparty/libxml2/xpath.c
vendored
3
sdk/lib/3rdparty/libxml2/xpath.c
vendored
|
@ -10503,7 +10503,7 @@ xmlXPathCompFilterExpr(xmlXPathParserContextPtr ctxt) {
|
|||
|
||||
static xmlChar *
|
||||
xmlXPathScanName(xmlXPathParserContextPtr ctxt) {
|
||||
int len = 0, l;
|
||||
int l;
|
||||
int c;
|
||||
const xmlChar *cur;
|
||||
xmlChar *ret;
|
||||
|
@ -10523,7 +10523,6 @@ xmlXPathScanName(xmlXPathParserContextPtr ctxt) {
|
|||
(c == '_') || (c == ':') ||
|
||||
(IS_COMBINING(c)) ||
|
||||
(IS_EXTENDER(c)))) {
|
||||
len += l;
|
||||
NEXTL(l);
|
||||
c = CUR_CHAR(l);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue