[FFmpeg-cvslog] doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4

Stefano Sabatini git at videolan.org
Wed Aug 28 23:16:21 CEST 2013


ffmpeg | branch: release/1.1 | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 26 15:10:55 2013 +0100| [de1609bc2d0f9259c344cb9574859ab4a288d521] | committer: Timothy Gu

doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4

The variable "$section" was replaced by "$chapter".
(cherry picked from commit c0c06c1bba80c4bee162a3c40eec678ddc65571d)

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de1609bc2d0f9259c344cb9574859ab4a288d521
---

 doc/texi2pod.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index fbb1d9a..fc23c7b 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -301,7 +301,7 @@ INF: while(<$inf>) {
         $columns =~ s/\@tab/ : /;
 
         $_ = " : ". $columns;
-        $section =~ s/\n+\s+$//;
+        $chapter =~ s/\n+\s+$//;
     };
 
     /^\@itemx?\s*(.+)?$/ and do {



More information about the ffmpeg-cvslog mailing list