From 066c3be5fbb16d51b067b8b99acd60400f29c077 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 19 Dec 2023 18:35:12 +0000 Subject: Fix missing arg0 bug in recent cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4812 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/specialty/pnmindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/specialty/pnmindex.c b/editor/specialty/pnmindex.c index acd43958..86b70f42 100644 --- a/editor/specialty/pnmindex.c +++ b/editor/specialty/pnmindex.c @@ -342,7 +342,7 @@ copyImage(const char * const inputFileNm, &pm_feed_from_file, (void*)inputFileNm, &pm_accept_to_file, (void*)outputFileNm, &termStatus, - NULL); + "cat", NULL); if (termStatus != 0) pm_error("'cat' to copy image '%s' to '%s' failed, " -- cgit 1.4.1