From cff06893efa5d0fa9746873e7a7d0a19e4541447 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Sun, 26 Apr 2015 17:54:47 +0200 Subject: [PATCH] Update the xgettext definition of debuga xgettext needs to know what argument of debuga is a c-format string to add the proper flag in the po file. The printf-like argument changed place when the source file and line number were added to debuga. Function debugaz was not declared as a function taking a printf like argument. --- po/Makevars | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/po/Makevars b/po/Makevars index ca64c81..3d40833 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,8 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag='debuga:1:c-format' +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag='debuga:3:c-format' --flag='debugaz:3:c-format' + # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding -- 2.47.3