From a2da607bd4eed604a9e7d59528886b24de27222f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 8 Jun 2008 01:19:18 +0000 Subject: Release 10.35.45 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@642 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/tgatoppm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/ppm/tgatoppm.c') diff --git a/converter/ppm/tgatoppm.c b/converter/ppm/tgatoppm.c index 9f2bc4c0..8a559848 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 -- cgit 1.4.1