texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo/Convert Plaintext.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert Plaintext.pm
Date: Tue, 06 Dec 2011 18:50:28 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/12/06 18:50:28

Modified files:
        tp/Texinfo/Convert: Plaintext.pm 

Log message:
        Really set output_file.  Report from Karl.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.193&r2=1.194

Patches:
Index: Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -b -r1.193 -r1.194
--- Plaintext.pm        4 Dec 2011 22:16:10 -0000       1.193
+++ Plaintext.pm        6 Dec 2011 18:50:27 -0000       1.194
@@ -418,6 +418,8 @@
   my $root = shift;
 
   my $outfile = '-';
+  $self->set_conf('OUTFILE', '-');
+  $self->_set_outfile();
   if (defined($self->{'output_file'})) {
     $outfile = $self->{'output_file'};
   }



reply via email to

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