about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-23 04:02:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-23 04:02:54 +0000
commit113e14b1f00a4632fc3e8e642983613c29841523 (patch)
tree8c1b8e418950d57b6cfa6189af9e078bac761466 /editor
parent7723939fc4682228a2089711d1f08ab4a0e52b23 (diff)
downloadnetpbm-mirror-113e14b1f00a4632fc3e8e642983613c29841523.tar.gz
netpbm-mirror-113e14b1f00a4632fc3e8e642983613c29841523.tar.xz
netpbm-mirror-113e14b1f00a4632fc3e8e642983613c29841523.zip
Release 10.47.53
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2322 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor')
-rw-r--r--editor/pambackground.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pambackground.c b/editor/pambackground.c
index 2ee1afd5..1aa53177 100644
--- a/editor/pambackground.c
+++ b/editor/pambackground.c
@@ -353,7 +353,7 @@ expandBackgroundVert(unsigned char ** const pi,
     unsigned int col;
     bool expanded;
 
-    for (col = 1, expanded = FALSE; col < height-1; ++col) {
+    for (col = 1, expanded = FALSE; col < width-1; ++col) {
         int row;
 
         for (row = 1; row < height - 1; ++row) {