about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-04-10 23:04:19 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-04-10 23:04:19 +0000
commitd58c8eb1d4269c9210171b47bcf0bb855ceabbb3 (patch)
tree5a8b79c2e89894f039d3831a3a7f3d366918b6f8 /editor
parent9ad490d118b9c9b38415ddbc5155c9d4f62109bd (diff)
downloadnetpbm-mirror-d58c8eb1d4269c9210171b47bcf0bb855ceabbb3.tar.gz
netpbm-mirror-d58c8eb1d4269c9210171b47bcf0bb855ceabbb3.tar.xz
netpbm-mirror-d58c8eb1d4269c9210171b47bcf0bb855ceabbb3.zip
Release 10.86.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3594 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pnmcrop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/pnmcrop.c b/editor/pnmcrop.c
index 3f414e1b..dba40c95 100644
--- a/editor/pnmcrop.c
+++ b/editor/pnmcrop.c
@@ -465,7 +465,8 @@ backgroundColor(FILE *         const ifP,
         background = pnm_blackxel(maxval, format);
         break;
     case BG_COLOR:
-        backgroundColorFmName(colorName, maxval, format);
+        background =
+            backgroundColorFmName(colorName, maxval, format);
         break;
     case BG_SIDES:
         background =