about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-29 20:15:07 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-12-29 20:15:07 +0000
commit0a727692cbd0157ef468716c2444aa19d8ed4154 (patch)
treec72e8f359f59234c4c4c8783e82cf5a36ff695d8 /editor
parentf7d95b861fc144bdcc1688b5864aaab27fecec3e (diff)
downloadnetpbm-mirror-0a727692cbd0157ef468716c2444aa19d8ed4154.tar.gz
netpbm-mirror-0a727692cbd0157ef468716c2444aa19d8ed4154.tar.xz
netpbm-mirror-0a727692cbd0157ef468716c2444aa19d8ed4154.zip
Release 10.47.07
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@1076 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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 fa525e14..16d8ec33 100644
--- a/editor/pnmsmooth.c
+++ b/editor/pnmsmooth.c
@@ -201,7 +201,7 @@ main(int argc, 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);