about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--editor/pnmcat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/pnmcat.c b/editor/pnmcat.c
index 01811cb4..fea80181 100644
--- a/editor/pnmcat.c
+++ b/editor/pnmcat.c
@@ -703,6 +703,9 @@ concatenateLeftRightGen(FILE *             const ofP,
                 */
             }
         }
+        /* Note that img2[N].inrow{] is an alias to part of outrow[], so
+           outrow[] has been set.
+        */
         pnm_writepnmrow(ofP, outrow, newcols, newmaxval, newformat, 0);
     }
     pnm_freerow(outrow);