+2001-07-21 Bruno Haible <haible@clisp.cons.org>
+
+ * msgcomm.c (extract_directive_message): Don't make the message fuzzy
+ if the first occurrence wasn't fuzzy.
+
2001-07-21 Bruno Haible <haible@clisp.cons.org>
* message.c (message_comment_filepos): Don't keep the filepos[] array
{
mp = message_alloc (msgid, msgid_plural, msgstr, msgstr_len, msgstr_pos);
message_list_append (this->mlp, mp);
+ mp->is_fuzzy = this->is_fuzzy;
}
/* The ``obsolete'' flag is cleared before reading each PO file.
string_list_free (this->comment_dot);
this->comment_dot = NULL;
}
- mp->is_fuzzy |= this->is_fuzzy;
if (mp->is_c_format == undecided)
mp->is_c_format = this->is_c_format;
if (mp->do_wrap == undecided)