Commit f5d6bb71f84ff8acdea0eb08f6bd41b5c8acc1f0

Dylan Baker 2022-02-04T16:06:08

libpkgconf: remove const modifier from error_handler data pointer Currently, the data pointer is `const void *`, which means that the handler can't modify the data without casting away the constness.