texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/HTML.pm (output): fix get_ou


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/HTML.pm (output): fix get_output_files_XS_unclosed_streams function name.
Date: Tue, 07 Nov 2023 14:26:34 -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 fa38a26871 * tp/Texinfo/Convert/HTML.pm (output): fix 
get_output_files_XS_unclosed_streams function name.
fa38a26871 is described below

commit fa38a26871ab895236d991b50bec32fa010f41eb
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Nov 7 20:26:07 2023 +0100

    * tp/Texinfo/Convert/HTML.pm (output): fix
    get_output_files_XS_unclosed_streams function name.
---
 ChangeLog                  | 5 +++++
 tp/Texinfo/Convert/HTML.pm | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 7ea392696f..c4b1ec590f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
        * tp/Texinfo/XS/Makefile.am (lib_LTLIBRARIES, xs_LTLIBRARIES):
        Place libtexinfo.la and libtexinfoxs.la in xs_LTLIBRARIES instead.
 
+2023-11-07  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/HTML.pm (output): fix
+       get_output_files_XS_unclosed_streams function name.
+
 2023-11-07  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/Makefile.am (ConvertXS_la_SOURCES),
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 18a50c7d2b..a4f559be5b 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -11842,7 +11842,7 @@ sub output($$)
                        $special_units, $output_file, $destination_directory,
                        $output_filename, $document_name);
 
-  $self->get_XS_unclosed_streams();
+  $self->get_output_files_XS_unclosed_streams();
 
   if (!defined($text_output)) {
     $self->_finalize_output_state();



reply via email to

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