| Index: third_party/libxml/src/xmlIO.c
|
| diff --git a/third_party/libxml/src/xmlIO.c b/third_party/libxml/src/xmlIO.c
|
| index 1a79c09605e8b244591d5443afcada388136aba7..300ee47a8cb5c3ba438d21c9d1bfdb1d85fd8f85 100644
|
| --- a/third_party/libxml/src/xmlIO.c
|
| +++ b/third_party/libxml/src/xmlIO.c
|
| @@ -1674,7 +1674,7 @@ xmlZMemBuffExtend( xmlZMemBuffPtr buff, size_t ext_amt ) {
|
| xmlStrPrintf(msg, 500,
|
| "xmlZMemBuffExtend: %s %lu bytes.\n",
|
| "Allocation failure extending output buffer to",
|
| - new_size );
|
| + (unsigned long) new_size );
|
| xmlIOErr(XML_IO_WRITE, (const char *) msg);
|
| }
|
|
|
|
|