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: Fix wrong variable


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/HTML.pm: Fix wrong variable name
Date: Mon, 08 Aug 2022 07:44:15 -0400

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 335166cc6f * tp/Texinfo/Convert/HTML.pm: Fix wrong variable name
335166cc6f is described below

commit 335166cc6f1b706280253126c0a8d859786809eb
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Aug 8 13:43:40 2022 +0200

    * tp/Texinfo/Convert/HTML.pm: Fix wrong variable name
---
 tp/Texinfo/Convert/HTML.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 693649fb9a..8ebc818da2 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -9330,7 +9330,7 @@ sub run_stage_handlers($$$)
         } else {
           # the handler is supposed to have output an error message
           # already if $status > 0
-          if ($self->get_conf('VERBOSE') or $self->get_conf('DEBUG')) {
+          if ($converter->get_conf('VERBOSE') or 
$converter->get_conf('DEBUG')) {
             print STDERR "Handler $handler of $stage($priority) failed\n";
           }
         }



reply via email to

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