texinfo-commits
[Top][All Lists]
Advanced

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

branch release/7.1 updated: * info/variables.c (set_variable_to_value):


From: Gavin D. Smith
Subject: branch release/7.1 updated: * info/variables.c (set_variable_to_value): Add end marker to styles array.
Date: Sat, 20 Jul 2024 17:30:10 -0400

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

gavin pushed a commit to branch release/7.1
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.1 by this push:
     new 506895b2b1 * info/variables.c (set_variable_to_value): Add end marker 
to styles array.
506895b2b1 is described below

commit 506895b2b1866b5649e8fb7a07dd66ccd8f1dce0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jul 20 22:30:01 2024 +0100

    * info/variables.c (set_variable_to_value): Add end marker to
    styles array.
    
    (fix on bug-texinfo, 2024-02-09)
---
 ChangeLog        | 7 +++++++
 info/variables.c | 1 +
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 326d0095a6..01d854fdba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-07-20  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * info/variables.c (set_variable_to_value): Add end marker to
+       styles array.
+
+       (fix on bug-texinfo, 2024-02-09)
+
 2024-06-17  Patrice Dumas  <pertusus@free.fr>
 
        Fix out-of-source build of pod2texi.texi
diff --git a/info/variables.c b/info/variables.c
index 55e2d8e7ca..008ca6836a 100644
--- a/info/variables.c
+++ b/info/variables.c
@@ -486,6 +486,7 @@ set_variable_to_value (VARIABLE_ALIST *var, char *value, 
int where)
               BOLD_MASK, 0,                 "nobold",
               BLINK_MASK, BLINK_MASK,       "blink",
               BLINK_MASK, 0,                "noblink",
+              0, 0,                         NULL,
           };
           int i;
           char *component;



reply via email to

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