0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 09:28:54 +00:00
2024-05-21 14:56:00 +02:00

13 lines
478 B
Diff

diff -u -r ../xmlstarlet-1.6.1/src/xml.c ./src/xml.c
--- ../xmlstarlet-1.6.1/src/xml.c 2014-08-09 21:50:55.000000000 +0000
+++ ./src/xml.c 2024-05-21 12:15:20.663891778 +0000
@@ -104,7 +104,7 @@
/* by default all errors are reported */
static ErrorInfo errorInfo = { NULL, NULL, VERBOSE, CONTINUE };
-void reportError(void *ptr, xmlErrorPtr error)
+void reportError(void *ptr, const xmlError * error)
{
ErrorInfo *errorInfo = (ErrorInfo*) ptr;
assert(errorInfo);