From c3354e76d78ab9cfbb513159bff0fd6b1f6ce952 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Jul 2005 14:28:44 +0000 Subject: [PATCH] Call msgfmt -c to catch format string errors --- po-properties/ChangeLog | 5 +++++ po-properties/Makefile.in.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index 4d7b5df273..b9b789ae97 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,8 @@ +2005-07-25 Matthias Clasen + + * Makefile.in.in: Call msgfmt with -c to catch + format string errors. + 2005-07-25 Ankit Patel * gu.po: Updated Gujarati Translation. diff --git a/po-properties/Makefile.in.in b/po-properties/Makefile.in.in index dbab0394ba..dcbf72dbc6 100644 --- a/po-properties/Makefile.in.in +++ b/po-properties/Makefile.in.in @@ -80,7 +80,7 @@ INSTOBJEXT = @INSTOBJEXT@ .po.gmo: file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \ - && rm -f $$file && $(GMSGFMT) -o $$file $< + && rm -f $$file && $(GMSGFMT) -c -o $$file $< .po.cat: sed -f ../intl/po2msg.sed < $< > $*.msg \