about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-18 19:04:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-18 19:04:37 +0000
commit49f4336c9bba33650573ba780b70bc501b38643e (patch)
treefb90955625af35cb9f97bda6b04db77a82df2287 /other
parent5b6f108e18f64f5fb9c1f658386eaf947ae4bdee (diff)
downloadnetpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.tar.gz
netpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.tar.xz
netpbm-mirror-49f4336c9bba33650573ba780b70bc501b38643e.zip
Release 10.35.68
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@989 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'other')
-rw-r--r--other/pambayer.c2
1 files changed, 2 insertions, 0 deletions
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");