From f85b69016c679608c1c3d7f416a34d32a1dd8ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=98yvind=20Karlsen?= Date: Wed, 13 Oct 2010 23:36:58 +0000 Subject: use 'rpmTagType' typedef --- URPM.xs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- cgit v1.2.1