raptor icon indicating copy to clipboard operation
raptor copied to clipboard

Add support for libxml2 2.12.x.

Open vslashg opened this issue 10 months ago • 0 comments

2.12.x changes the signature of the error handling callback, making the err value const. Accommodate both cases.

Commit 13f8d42 disabled fatal errors by overwriting the incoming err. That won't work with a const error, so instead change how fatal errors are handled.

vslashg avatar Mar 06 '25 17:03 vslashg