about summary refs log tree commit diff
path: root/converter/ppm/tgatoppm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-06-08 01:20:21 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-06-08 01:20:21 +0000
commit7aad0b4834452047fe4a4bc7e492c615eed92a2e (patch)
tree80d515df2bccb94c942f0805da5754dd1effb780 /converter/ppm/tgatoppm.c
parentcabbbb7e08a42253d01dc50ba5dd923b1fed5b53 (diff)
downloadnetpbm-mirror-7aad0b4834452047fe4a4bc7e492c615eed92a2e.tar.gz
netpbm-mirror-7aad0b4834452047fe4a4bc7e492c615eed92a2e.tar.xz
netpbm-mirror-7aad0b4834452047fe4a4bc7e492c615eed92a2e.zip
Release 10.42.05
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@643 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/tgatoppm.c')
-rw-r--r--converter/ppm/tgatoppm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ppm/tgatoppm.c b/converter/ppm/tgatoppm.c
index 19d8b347..da1c3beb 100644
--- a/converter/ppm/tgatoppm.c
+++ b/converter/ppm/tgatoppm.c
@@ -73,7 +73,7 @@ parseCommandLine(int argc, char ** argv,
         /* Uses and sets argc, argv, and some of *cmdlineP and others. */
 
     if (argc - 1 == 0)
-        cmdlineP->input_filename = "=";  /* he wants stdin */
+        cmdlineP->input_filename = "-";  /* he wants stdin */
     else if (argc - 1 == 1)
         cmdlineP->input_filename = strdup(argv[1]);
     else