diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-22 13:02:10 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-11-22 13:02:10 -0500 |
commit | 5cbdeb153d524da0952422b8933289e7dc22f681 (patch) | |
tree | cad6e976562a754fd397e26cca0425de4613f04e /src | |
parent | 8dabe1b55245c7c37c96e39931f4b235f96c0a95 (diff) | |
download | lynx-snapshots-5cbdeb153d524da0952422b8933289e7dc22f681.tar.gz |
snapshot of project "lynx", label v2-8-8dev_6c
Diffstat (limited to 'src')
-rw-r--r-- | src/GridText.c | 4 |
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; } |