texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * info/nodes.c (info_create_tag): do not set node


From: Patrice Dumas
Subject: branch master updated: * info/nodes.c (info_create_tag): do not set nodestart_adjusted to -1, this special value is not used anymore.
Date: Sat, 12 Oct 2024 14:58:44 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new fb5f361819 * info/nodes.c (info_create_tag): do not set 
nodestart_adjusted to -1, this special value is not used anymore.
fb5f361819 is described below

commit fb5f36181935f32c5d4ac9b28b02dd0189ce0cbf
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 12 20:58:35 2024 +0200

    * info/nodes.c (info_create_tag): do not set nodestart_adjusted to -1,
    this special value is not used anymore.
---
 ChangeLog    | 5 +++++
 info/nodes.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5eb47e1d96..da335cc326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-12  Patrice Dumas  <pertusus@free.fr>
+
+       * info/nodes.c (info_create_tag): do not set nodestart_adjusted to -1,
+       this special value is not used anymore.
+
 2024-10-12  Patrice Dumas  <pertusus@free.fr>
 
        * info/nodes.c (info_node_of_tag_ext): call adjust_nodestart directly,
diff --git a/info/nodes.c b/info/nodes.c
index 8cf1564822..2793553316 100644
--- a/info/nodes.c
+++ b/info/nodes.c
@@ -884,7 +884,7 @@ info_create_tag (void)
   t->filename = 0;
   t->nodename = 0;
   t->nodestart = 0;
-  t->nodestart_adjusted = -1;
+  t->nodestart_adjusted = 0;
   t->cache.nodelen = 0;
 
   return t;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]