[FFmpeg-cvslog] doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
Stefano Sabatini
git at videolan.org
Thu Aug 29 00:22:07 CEST 2013
ffmpeg | branch: release/1.0 | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 26 15:10:55 2013 +0100| [6002f123bd8877e694eaca1f9e9b953e4d76894d] | 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=6002f123bd8877e694eaca1f9e9b953e4d76894d
---
doc/texi2pod.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 52af39f..8e09c09 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -295,7 +295,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