]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update for 2008-10-04 change.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Dec 2008 13:47:05 +0000 (13:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:56 +0000 (12:15 +0200)
gettext-tools/libgettextpo/ChangeLog
gettext-tools/libgettextpo/gettext-po.c

index e77709dfb178c170b59d76531912ab061d822966..fe31b376e1f71399bd15d31d7792f67c08ab5143 100644 (file)
@@ -4,6 +4,7 @@
        declarations.
        * gettext-po.c (po_message_is_range, po_message_set_range): New
        functions.
+       (po_message_check_format): Update.
 
 2008-10-03  Bruno Haible  <bruno@clisp.org>
 
index 893afda4431cfc52f0dda9e6f932881490900605..64aa9b7311a216f3ef86fdb350663e2815950093 100644 (file)
@@ -1347,7 +1347,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, mp->range, NULL, po_error_logger);
 
   /* Restore error handler.  */
   po_error = error;