about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/pnmsmooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmsmooth.c b/editor/pnmsmooth.c
index 4721d585..33a38982 100644
--- a/editor/pnmsmooth.c
+++ b/editor/pnmsmooth.c
@@ -202,7 +202,7 @@ main(int argc, const char ** argv) {
         /* We're done.  Convolution image is in user's file */
     } else {
         pm_system_lp("pnmconvol", NULL, NULL, NULL, NULL,
-                     tempfileName, cmdline.inputFilespec, NULL);
+                     "pnmconvol", tempfileName, cmdline.inputFilespec, NULL);
 
         unlink(tempfileName);
         strfree(tempfileName);