aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 4d7b7a8..46cf931 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -605,7 +605,7 @@ return_list_tag_modifier(Header header, rpmTag tag_name) {
for (he->ix = 0; he->ix < (int)he->c; he->ix++) {
char buff[15];
char *s = buff;
- uint32_t tags = he->p.ui32p[he->ix];
+ rpmTagType tags = he->p.ui32p[he->ix];
switch (tag_name) {
case RPMTAG_FILEFLAGS:
if (tags & RPMFILE_CONFIG) *s++ = 'c';