texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (pass_gene


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (pass_generic_converter_to_converter_sv): fix typo in generated Perl hash key name.
Date: Thu, 14 Nov 2024 04:45:31 -0500

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 e334965e19 * tp/Texinfo/XS/main/build_perl_info.c 
(pass_generic_converter_to_converter_sv): fix typo in generated Perl hash key 
name.
e334965e19 is described below

commit e334965e19e9e0df4ac880619a69fc88936f04b2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Nov 14 10:45:26 2024 +0100

    * tp/Texinfo/XS/main/build_perl_info.c
    (pass_generic_converter_to_converter_sv): fix typo in generated Perl
    hash key name.
---
 ChangeLog                            | 6 ++++++
 tp/Texinfo/XS/main/build_perl_info.c | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4547105b4f..48f8c7b941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-11-14  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/build_perl_info.c
+       (pass_generic_converter_to_converter_sv): fix typo in generated Perl
+       hash key name.
+
 2024-11-14  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/tree.c, tp/Texinfo/XS/parsetexi/api.c
diff --git a/tp/Texinfo/XS/main/build_perl_info.c 
b/tp/Texinfo/XS/main/build_perl_info.c
index bb8bf05779..676c861443 100644
--- a/tp/Texinfo/XS/main/build_perl_info.c
+++ b/tp/Texinfo/XS/main/build_perl_info.c
@@ -3131,8 +3131,8 @@ pass_generic_converter_to_converter_sv (SV *converter_sv,
   opened_files_hv = newHV ();
   hv_store (output_files_hv, "unclosed_files", strlen ("unclosed_files"),
             newRV_noinc ((SV *) unclosed_files_hv), 0);
-  hv_store (output_files_hv, "opened_files_hv",
-            strlen ("opened_files_hv"),
+  hv_store (output_files_hv, "opened_files",
+            strlen ("opened_files"),
             newRV_noinc ((SV *) opened_files_hv), 0);
 
   expanded_formats_hv



reply via email to

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