]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Oops, forgot to update a call in last patch.
authorBruno Haible <bruno@clisp.org>
Mon, 16 Oct 2006 14:59:33 +0000 (14:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:07 +0000 (12:14 +0200)
gettext-tools/src/gettext-po.c

index 1982c3d26382222f81a916227cd9580a78d713d7..092b21c2b79cef7a86d3e0fee79d91855bed1617 100644 (file)
@@ -243,7 +243,7 @@ po_file_write (po_file_t file, const char *filename, po_error_handler_t handler)
   po_multiline_warning = handler->multiline_warning;
   po_multiline_error   = handler->multiline_error;
 
-  msgdomain_list_print (file->mdlp, filename, true, false);
+  msgdomain_list_print (file->mdlp, filename, &output_format_po, true, false);
 
   /* Restore error handler.  */
   po_error             = error;