From 63ec0b271c781fa542f4d5d0ae3292cf7576b414 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 4 Dec 2007 15:00:14 +0000 Subject: Created help files form the current po entries. --- common/t-helpfile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/t-helpfile.c') diff --git a/common/t-helpfile.c b/common/t-helpfile.c index e4a1c2711..fa5d27a1c 100644 --- a/common/t-helpfile.c +++ b/common/t-helpfile.c @@ -22,6 +22,7 @@ #include #include "util.h" +#include "i18n.h" /* #define pass() do { ; } while(0) */ /* #define fail(a) do { fprintf (stderr, "%s:%d: test %d failed\n",\ */ @@ -48,7 +49,7 @@ main (int argc, char **argv) argc--; argv++; } - result = gnupg_get_help_string (argc? argv[0]:NULL); + result = gnupg_get_help_string (argc? argv[0]:NULL, 0); if (!result) { fprintf (stderr, -- cgit v1.2.3