texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Wed, 16 Oct 2024 16:46:42 -0400 (EDT)

branch: master
commit a082cfc3aca256463c5371b0799882ab5b36b04b
Author: Vitezslav Crhonek <vcrhonek@redhat.com>
AuthorDate: Wed Oct 16 21:34:34 2024 +0100

    * install-info/install-info.c (munge_old_style_debian_options):
    Add missing initializer.
---
 ChangeLog                   | 5 +++++
 install-info/install-info.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index fcdcfd7f80..c09f264d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-16  Vitezslav Crhonek  <vcrhonek@redhat.com>
+
+       * install-info/install-info.c (munge_old_style_debian_options):
+       Add missing initializer.
+
 2024-10-15  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/errors.c (message_list_line_error_ext)
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 31427526f3..902e9845e5 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -1834,7 +1834,7 @@ munge_old_style_debian_options (int argc, char **argv,
                                 int *new_argc, char ***new_argv)
 {
   char *opt = NULL;
-  int i, err;
+  int i, err = 0;
   char *argz = NULL;
   size_t argz_len = 0;
   const char *regex, *title;



reply via email to

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