about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-02-19 10:57:28 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-02-19 10:57:28 -0500
commit899516a7c8880df05e30bbbed72ca1d3cb7a4f00 (patch)
tree14b895432dc4e84686c36bdeee4c689706af5361 /src/GridText.c
parentc82d2a4041724afe1dce249c78c4f034ca6a8d69 (diff)
downloadlynx-snapshots-899516a7c8880df05e30bbbed72ca1d3cb7a4f00.tar.gz
snapshot of project "lynx", label v2-7-1ac-0_115
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GridText.c b/src/GridText.c
index 7df08b26..102f5a43 100644
--- a/src/GridText.c
+++ b/src/GridText.c
@@ -3066,8 +3066,8 @@ PUBLIC void HText_endAnchor ARGS2(
 	    a->extent = 0;
 	    if (text->hiddenlinkflag != HIDDENLINKS_MERGE) {
 		a->number = 0;
-		HText_AddHiddenLink(text, a);
 	        text->last_anchor_number--;
+		HText_AddHiddenLink(text, a);
 	    }
 	} else {
 	    /*
@@ -6757,6 +6757,9 @@ PUBLIC int HText_beginInput ARGS3(
  *  The parsed input string will be mutilated on exit(!).
  *  Note that results are not normalised to 1.0, but results from
  *  different calls of this function can be compared. - kw
+ *
+ *  Obsolete, it was planned to use here a quality parametr UCTQ_t,
+ *  which is boolean now.
  */
 PRIVATE double get_trans_q ARGS2(
     int,		cs_from,