]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jul 2001 15:14:21 +0000 (15:14 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jul 2001 15:14:21 +0000 (15:14 +0000)
src/msgcomm.c

index 7d223a8fa3e35e213a974fd141315284b41a6097..1164551dd4c4131b591dfe2cb0429b3a9349c389 100644 (file)
@@ -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);
 }