texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sun, 20 Oct 2024 10:43:11 -0400 (EDT)

branch: master
commit 3ca25a9e27d98e571613f53256499386dfe3dab7
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Oct 20 16:34:08 2024 +0200

    * tp/Texinfo/XS/main/build_perl_info.c (new_texinfo_report): fix
    registrar key name.
---
 ChangeLog                            | 5 +++++
 tp/Texinfo/XS/main/build_perl_info.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index d5e621d176..7a93f57890 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-20  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/main/build_perl_info.c (new_texinfo_report): fix
+       registrar key name.
+
 2024-10-20  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/build_perl_info.c: move new_texinfo_report code
diff --git a/tp/Texinfo/XS/main/build_perl_info.c 
b/tp/Texinfo/XS/main/build_perl_info.c
index f88c15ab36..6b052bbd69 100644
--- a/tp/Texinfo/XS/main/build_perl_info.c
+++ b/tp/Texinfo/XS/main/build_perl_info.c
@@ -1321,7 +1321,7 @@ new_texinfo_report (void)
 
   hv = newHV ();
 
-  hv_store (hv, "errors_nrs", strlen ("errors_nrs"), newSViv (0), 0);
+  hv_store (hv, "error_nrs", strlen ("error_nrs"), newSViv (0), 0);
 
   errors_warnings = newAV ();
   hv_store (hv, "errors_warnings", strlen ("errors_warnings"),



reply via email to

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