+2008-05-16 Bruno Haible <bruno@clisp.org>
+
+ * gettext-tools/src/msgl-iconv.c (iconvable_prev_msgid): Fix typo.
+ Reported by Karl Eichwalder <ke@novell.com>
+ via Philipp Thomas <pth@novell.com>
+ at <https://bugzilla.novell.com/show_bug.cgi?id=391372>.
+
2008-05-10 Bruno Haible <bruno@clisp.org>
* write-po.c: Include unilbrk.h instead of linebreak.h.
/* Message list charset and locale charset handling.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
if (mp->prev_msgid != NULL)
if (!iconvable_string (cd, mp->prev_msgid))
return false;
- if (mp->msgid_plural != NULL)
+ if (mp->prev_msgid_plural != NULL)
if (!iconvable_string (cd, mp->prev_msgid_plural))
return false;
return true;