mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
fix the previous commit Daniel
* encoding.c: fix the previous commit Daniel
This commit is contained in:
@ -128,7 +128,7 @@ xmlUTF8Charcmp(const xmlChar *utf1, const xmlChar *utf2) {
|
||||
return 0;
|
||||
return -1;
|
||||
}
|
||||
return xmlStrncmp(utf1, utf2, xsltUTF8Size(utf1));
|
||||
return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user