Capitalize tag names.
authorjbj <devnull@localhost>
Tue, 23 Feb 1999 05:50:38 +0000 (05:50 +0000)
committerjbj <devnull@localhost>
Tue, 23 Feb 1999 05:50:38 +0000 (05:50 +0000)
CVS patchset: 2829
CVS date: 1999/02/23 05:50:38

tools/rpmgettext.c

index c510667..27c3020 100644 (file)
@@ -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);