• Show log

    Commit

  • Hash : 45470611
    Author : Nick Wellnhofer
    Date : 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.