From: Bruno Haible Date: Mon, 16 Oct 2006 14:59:33 +0000 (+0000) Subject: Oops, forgot to update a call in last patch. X-Git-Tag: 0.16.x-branchpoint~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba11f8442321cc11d96863eac72c8c0a9f800861;p=thirdparty%2Fgettext.git Oops, forgot to update a call in last patch. --- diff --git a/gettext-tools/src/gettext-po.c b/gettext-tools/src/gettext-po.c index 1982c3d26..092b21c2b 100644 --- a/gettext-tools/src/gettext-po.c +++ b/gettext-tools/src/gettext-po.c @@ -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;