about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/specialty/pnmindex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/specialty/pnmindex.c b/editor/specialty/pnmindex.c
index d843cb4f..5bde6c54 100644
--- a/editor/specialty/pnmindex.c
+++ b/editor/specialty/pnmindex.c
@@ -341,7 +341,8 @@ copyImage(const char * const inputFileNm,
     pm_system2_lp("cat",
                   &pm_feed_from_file, (void*)inputFileNm,
                   &pm_accept_to_file, (void*)outputFileNm,
-                  &termStatus);
+                  &termStatus,
+                  NULL);
 
     if (termStatus != 0)
         pm_error("'cat' to copy image '%s' to '%s' failed, "