[FFmpeg-cvslog] doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
Stefano Sabatini
git at videolan.org
Sat Jan 26 15:16:08 CET 2013
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Jan 26 15:10:55 2013 +0100| [c0c06c1bba80c4bee162a3c40eec678ddc65571d] | committer: Stefano Sabatini
doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4
The variable "$section" was replaced by "$chapter".
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0c06c1bba80c4bee162a3c40eec678ddc65571d
---
doc/texi2pod.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 3582425..5c3aba6 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