aboutsummaryrefslogtreecommitdiff
path: root/src/template/gnunet-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/gnunet-template.c')
-rw-r--r--src/template/gnunet-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template/gnunet-template.c b/src/template/gnunet-template.c
index 7b1d9dfff..3020a73be 100644
--- a/src/template/gnunet-template.c
+++ b/src/template/gnunet-template.c
@@ -63,6 +63,10 @@ main (int argc, char *const *argv)
63 /* FIMXE: add options here */ 63 /* FIMXE: add options here */
64 GNUNET_GETOPT_OPTION_END 64 GNUNET_GETOPT_OPTION_END
65 }; 65 };
66
67 if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv))
68 return 2;
69
66 return (GNUNET_OK == 70 return (GNUNET_OK ==
67 GNUNET_PROGRAM_run (argc, argv, "gnunet-template", 71 GNUNET_PROGRAM_run (argc, argv, "gnunet-template",
68 gettext_noop ("help text"), options, &run, 72 gettext_noop ("help text"), options, &run,