texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: texi2any.pl: remove spurious old second arg of Te


From: Patrice Dumas
Subject: branch master updated: texi2any.pl: remove spurious old second arg of Texinfo::Convert::Texinfo::convert
Date: Tue, 17 Aug 2021 07:57:11 -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 0a54962  texi2any.pl: remove spurious old second arg of 
Texinfo::Convert::Texinfo::convert
0a54962 is described below

commit 0a5496270383ef7bb95adac04661683b88836ec2
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Aug 17 13:55:19 2021 +0200

    texi2any.pl: remove spurious old second arg of 
Texinfo::Convert::Texinfo::convert
---
 tp/texi2any.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 4216c44..f7117d5 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -1236,7 +1236,7 @@ while(@input_files) {
 
   if (defined(get_conf('MACRO_EXPAND')) and $file_number == 0) {
     require Texinfo::Convert::Texinfo;
-    my $texinfo_text = Texinfo::Convert::Texinfo::convert($tree, 1);
+    my $texinfo_text = Texinfo::Convert::Texinfo::convert($tree);
     #print STDERR "$texinfo_text\n";
     my $macro_expand_file = get_conf('MACRO_EXPAND');
     my $macro_expand_fh = Texinfo::Common::open_out($parser, 
$macro_expand_file);



reply via email to

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