about summary refs log tree commit diff
path: root/editor/specialty/pgmmorphconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/specialty/pgmmorphconv.c')
-rw-r--r--editor/specialty/pgmmorphconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/specialty/pgmmorphconv.c b/editor/specialty/pgmmorphconv.c
index e2572081..4479471a 100644
--- a/editor/specialty/pgmmorphconv.c
+++ b/editor/specialty/pgmmorphconv.c
@@ -404,7 +404,7 @@ main(int argc, const char ** argv) {
     if (templateCount == 0)
         pm_error( "The template was empty!" );
 
-    pgm_writepgm(stdout, outputImage, cols, rows, maxval, 1);
+    pgm_writepgm(stdout, outputImage, cols, rows, maxval, 0);
 
     pgm_freearray(outputImage, rows);
     pgm_freearray(inputImage, rows);