From 5f5321575bdcad72cf75b1e0f3331644453af6a4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 9 Dec 2015 02:48:51 +0000 Subject: Fix comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2660 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/pnmpaste.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/pnmpaste.c') diff --git a/editor/pnmpaste.c b/editor/pnmpaste.c index 55fcc9bc..fbb351a9 100644 --- a/editor/pnmpaste.c +++ b/editor/pnmpaste.c @@ -178,8 +178,8 @@ insertDirect(FILE * const ifP, } } - /* destrow[] now contains garbage in the cols % 8 rightmost bits of the - last byte we touched. Those are supposed to be unchanged from the + /* destrow[] now contains garbage in all but the cols % 8 leftmost bits of + the last byte we touched. Those are supposed to be unchanged from the input, so we restore them now. */ if (cols % 8 > 0) -- cgit 1.4.1