summaryrefslogtreecommitdiffstats
path: root/gettext-tools/libgettextpo/gettext-po.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-10-20 19:55:50 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:20 +0200
commit27f59235eaaaf709f1bd049c223868ab8a919ae5 (patch)
tree0d7efc35f8baa42d2a65031c371d11466ce186ba /gettext-tools/libgettextpo/gettext-po.c
parent3e85da441657704a8745147aabffd9fca8834d27 (diff)
downloadexternal_gettext-27f59235eaaaf709f1bd049c223868ab8a919ae5.zip
external_gettext-27f59235eaaaf709f1bd049c223868ab8a919ae5.tar.gz
external_gettext-27f59235eaaaf709f1bd049c223868ab8a919ae5.tar.bz2
Add a plural_distribution_length argument.
Diffstat (limited to 'gettext-tools/libgettextpo/gettext-po.c')
-rw-r--r--gettext-tools/libgettextpo/gettext-po.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/libgettextpo/gettext-po.c b/gettext-tools/libgettextpo/gettext-po.c
index 0125d5a..a4ca300 100644
--- a/gettext-tools/libgettextpo/gettext-po.c
+++ b/gettext-tools/libgettextpo/gettext-po.c
@@ -1219,7 +1219,7 @@ po_message_check_format (po_message_t message, po_xerror_handler_t handler)
handler->xerror2;
if (!mp->obsolete)
- check_message (mp, &mp->pos, 0, 1, NULL, 0, 0, 0, 0);
+ check_message (mp, &mp->pos, 0, 1, NULL, 0, 0, 0, 0, 0);
/* Restore error handler. */
po_xerror = textmode_xerror;
@@ -1263,7 +1263,7 @@ po_message_check_format (po_message_t message, po_error_handler_t handler)
check_msgid_msgstr_format (mp->msgid, mp->msgid_plural,
mp->msgstr, mp->msgstr_len,
- mp->is_format, NULL, po_error_logger);
+ mp->is_format, NULL, 0, po_error_logger);
/* Restore error handler. */
po_error = error;