mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
[LIBXML2] Update to version 2.9.7. CORE-14291
This commit is contained in:
parent
b97f0a8fed
commit
fc82f8e2e3
52 changed files with 1978 additions and 2458 deletions
4
sdk/lib/3rdparty/libxml2/hash.c
vendored
4
sdk/lib/3rdparty/libxml2/hash.c
vendored
|
@ -168,7 +168,7 @@ xmlHashComputeQKey(xmlHashTablePtr table,
|
|||
*
|
||||
* Create a new xmlHashTablePtr.
|
||||
*
|
||||
* Returns the newly created object, or NULL if an error occured.
|
||||
* Returns the newly created object, or NULL if an error occurred.
|
||||
*/
|
||||
xmlHashTablePtr
|
||||
xmlHashCreate(int size) {
|
||||
|
@ -202,7 +202,7 @@ xmlHashCreate(int size) {
|
|||
*
|
||||
* Create a new xmlHashTablePtr which will use @dict as the internal dictionary
|
||||
*
|
||||
* Returns the newly created object, or NULL if an error occured.
|
||||
* Returns the newly created object, or NULL if an error occurred.
|
||||
*/
|
||||
xmlHashTablePtr
|
||||
xmlHashCreateDict(int size, xmlDictPtr dict) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue