From 2de78d5431dc23d98498178770a3d77a3d913102 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 16:50:32 +0000 Subject: (fifo_trans_parse_args): Supply missing arg to argp_parse. --- trans/new-fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/new-fifo.c b/trans/new-fifo.c index 44dd5afc..b1bc731d 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -165,7 +165,7 @@ fifo_trans_parse_args (struct fifo_trans *trans, int argc, char **argv, return 0; } struct argp argp = {options, parse_opt}; - return argp_parse (&argp, argc, argv, print_errs ? 0 : ARGP_SILENT, 0); + return argp_parse (&argp, argc, argv, print_errs ? 0 : ARGP_SILENT, 0, 0); } /* ---------------------------------------------------------------- */ -- cgit v1.2.3