aboutsummaryrefslogtreecommitdiffstats
path: root/z32.c
diff options
context:
space:
mode:
Diffstat (limited to 'z32.c')
-rw-r--r--z32.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/z32.c b/z32.c
index cf27efa..c5dc2d4 100644
--- a/z32.c
+++ b/z32.c
@@ -1,6 +1,6 @@
/*@z32.c:Counter Service:Next()@**********************************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.22) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.23) */
/* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */
@@ -117,6 +117,8 @@ OBJECT Next(OBJECT x, int inc, BOOLEAN *done)
case SPLIT:
case PLAIN_GRAPHIC:
case GRAPHIC:
+ case LINK_SOURCE:
+ case LINK_DEST:
Child(y, LastDown(x));
y = Next(y, inc, done);