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:06:13 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-09-18 19:06:13 +0000
commit0745c2e7833b1a9290330bd3bbaa9b376d8bdef6 (patch)
tree15733092de55d52421a6ea02f5a43d5f8ff24393 /other
parent875c6421f936af77724f1edcce5af4e6a38c6027 (diff)
downloadnetpbm-mirror-0745c2e7833b1a9290330bd3bbaa9b376d8bdef6.tar.gz
netpbm-mirror-0745c2e7833b1a9290330bd3bbaa9b376d8bdef6.tar.xz
netpbm-mirror-0745c2e7833b1a9290330bd3bbaa9b376d8bdef6.zip
Release 10.47.04
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@990 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 b4eaae75..f8ce0db8 100644
--- a/other/pambayer.c
+++ b/other/pambayer.c
@@ -80,6 +80,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");