[FFmpeg-devel] [PATCH] texi2pod: fix an unescaped left brace

Michael Niedermayer michaelni at gmx.at
Sun Jul 5 17:19:34 CEST 2015


On Fri, Jul 03, 2015 at 10:05:51PM -0300, James Almer wrote:
> On 01/07/15 6:32 PM, James Almer wrote:
> > This silences some deprecation warnings
> > 
> > Signed-off-by: James Almer <jamrial at gmail.com>
> > ---
> >  doc/texi2pod.pl | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
> > index e1ff6b4..9a9b34f 100644
> > --- a/doc/texi2pod.pl
> > +++ b/doc/texi2pod.pl
> > @@ -384,7 +384,7 @@ sub postprocess
> >      # @* is also impossible in .pod; we discard it and any newline that
> >      # follows it.  Similarly, our macro @gol must be discarded.
> >  
> > -    s/\@anchor{(?:[^\}]*)\}//g;
> > +    s/\@anchor\{(?:[^\}]*)\}//g;
> >      s/\(?\@xref\{(?:[^\}]*)\}(?:[^.<]|(?:<[^<>]*>))*\.\)?//g;
> >      s/\s+\(\@pxref\{(?:[^\}]*)\}\)//g;
> >      s/;\s+\@pxref\{(?:[^\}]*)\}//g;
> > 
> 
> Ping.

it looks good to me but this is not my area ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many that live deserve death. And some that die deserve life. Can you give
it to them? Then do not be too eager to deal out death in judgement. For
even the very wise cannot see all ends. -- Gandalf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150705/3ac1e125/attachment.sig>


More information about the ffmpeg-devel mailing list