From: Bruno Haible Date: Thu, 5 Jul 2001 15:14:21 +0000 (+0000) Subject: Oops. X-Git-Tag: v0.11~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=818f7f1aea0bb4ee06c53001ef74c1d3ca3a33a7;p=thirdparty%2Fgettext.git Oops. --- diff --git a/src/msgcomm.c b/src/msgcomm.c index 7d223a8fa..1164551dd 100644 --- a/src/msgcomm.c +++ b/src/msgcomm.c @@ -459,7 +459,7 @@ static bool is_message_selected (mp) const message_ty *mp; { - return (mp->msgid[0] == '\0') /* keep the header entry, see msgcomm-17 test */ + return (mp->msgid[0] == '\0') /* keep the header entry, see msgcomm-22 test */ || (mp->used > more_than && mp->used < less_than); }