[FFmpeg-cvslog] doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
Stefano Sabatini
git at videolan.org
Wed Aug 28 01:42:03 CEST 2013
ffmpeg | branch: release/0.11 | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 26 15:10:55 2013 +0100| [7231c30bff7eab8778c615c6b0c8df8d72593e36] | 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=7231c30bff7eab8778c615c6b0c8df8d72593e36
---
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