• Show log

    Commit

  • Hash : f5d6bb71
    Author : Dylan Baker
    Date : 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.