texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 19 Oct 2024 04:38:37 -0400 (EDT)

branch: master
commit ead89cbe487900b241fdd5b00034796490f4eaa6
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Oct 18 20:56:44 2024 +0200

    * tp/Texinfo/XS/main/parser_conf.c (register_conf): break immediately
    if a slot is found.
---
 ChangeLog                        | 5 +++++
 tp/Texinfo/XS/main/parser_conf.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 495c15b60c..0b5760bb61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,11 @@
 
        (Reverted commit dated 2024-07-28 10:45:10, applied 2024-10-01.)
 
+2024-10-18  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/parser_conf.c (register_conf): break immediately
+       if a slot is found.
+
 2024-10-18  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/convert/texinfo.c (txi_setup),
diff --git a/tp/Texinfo/XS/main/parser_conf.c b/tp/Texinfo/XS/main/parser_conf.c
index d5580546ac..0b03235a8c 100644
--- a/tp/Texinfo/XS/main/parser_conf.c
+++ b/tp/Texinfo/XS/main/parser_conf.c
@@ -67,6 +67,7 @@ register_conf (void)
         {
           slot_found = 1;
           parser_conf_index = i;
+          break;
         }
     }
   if (!slot_found)



reply via email to

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