Fix for msgfmt leaving context from previous message string

This commit is contained in:
Sergey Sharybin 2013-11-13 17:02:28 +06:00
parent 89e5c87538
commit efd518b379
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ void make(const char *input_file_name,
if (l[0] == '#' && section == SECTION_STR) {
add(msgctxt, msgid, msgstr, fuzzy);
section = SECTION_NONE;
msgctxt = "";
fuzzy = false;
}
// Record a fuzzy mark.