From e603e625a138a069de63a156b5745304f654527e Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 23 Feb 1999 05:50:38 +0000 Subject: [PATCH] Capitalize tag names. CVS patchset: 2829 CVS date: 1999/02/23 05:50:38 --- tools/rpmgettext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rpmgettext.c b/tools/rpmgettext.c index c510667..27c3020 100644 --- a/tools/rpmgettext.c +++ b/tools/rpmgettext.c @@ -351,6 +351,7 @@ gettextfile(FD_t fd, const char *file, FILE *fp, int *poTags) else lctp = lctag; + *lctp = toupper(*lctp); fprintf(fp, "msgid \"%s(%s)\"\n", name, lctp); fprintf(fp, "msgstr"); fprintf(fp, " %s\n", buf); -- 2.7.4