diff options
Diffstat (limited to 'lib/formats.c')
-rw-r--r-- | lib/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formats.c b/lib/formats.c index 4248cacc0..b9699832d 100644 --- a/lib/formats.c +++ b/lib/formats.c @@ -831,7 +831,7 @@ static int i18nTag(Header h, int_32 tag, rpmTagType * type, const char * msgkey; const char * msgid; - { const char * tn = tagName(tag); + { const char * tn = rpmTagGetName(tag); const char * n; char * mk; size_t nb = sizeof("()"); |