Commit 45470611b047db78106dcb2fdbd4164163c15ab7

Nick Wellnhofer 2023-09-21T23:52:52

error: Make xmlGetLastError return a const error This is a slight break of the API, but users really shouldn't modify the global error struct. The goal is to make xmlLastError use static buffers for its strings eventually. This should warn people if they're abusing the struct.