]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Update the xgettext definition of debuga
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Apr 2015 15:54:47 +0000 (17:54 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 26 Apr 2015 15:54:47 +0000 (17:54 +0200)
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

index ca64c81683f4e88ae90adbda72715823f876b079..3d408331259d9106ddf1f03088496eb22734fe49 100644 (file)
@@ -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