diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1531,7 +1531,7 @@ static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h, return callback == td->callback_open ? fd : NULL; } -static int rpmtag_from_string(char *tag) +static int rpmtag_from_string(const char *tag) { static rpmconst c = NULL; static const char context[] = "rpmtag"; |