about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GridText.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GridText.c b/src/GridText.c
index 22713ef9..6d382d59 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: GridText.c,v 1.206 2010/11/08 09:57:30 tom Exp $
+ * $LynxId: GridText.c,v 1.207 2010/11/22 12:55:04 tom Exp $
  *
  *		Character grid hypertext object
  *		===============================
@@ -10379,7 +10379,7 @@ int HText_beginInput(HText *text,
     }
     if (fields_are_numbered() && (a->number > 0)) {
 	if (HTMainText != 0) {
-	    a->show_number = HTMainText->next_number++;
+	    HText_findAnchorNumber(a);
 	} else {
 	    a->show_number = a->number;
 	}