From 49f4336c9bba33650573ba780b70bc501b38643e Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 18 Sep 2009 19:04:37 +0000 Subject: Release 10.35.68 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@989 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- other/pambayer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'other/pambayer.c') diff --git a/other/pambayer.c b/other/pambayer.c index aa4beef1..9c58a3f4 100644 --- a/other/pambayer.c +++ b/other/pambayer.c @@ -79,6 +79,8 @@ parseCommandLine(int argc, char ** argv, else if (argc-1 > 1) pm_error("There is at most one argument -- the input file. " "You specified %u", argc-1); + else + cmdlineP->inputFilespec = argv[1]; if (!typeSpec) pm_error("You must specify the -type option"); -- cgit 1.4.1