[vlc-devel] vlc: svn commit r23763 (courmisch)

Jean-Paul Saman jean-paul.saman at planet.nl
Fri Dec 21 17:17:01 CET 2007


Subversion daemon wrote:
> r23763 | courmisch | 2007-12-21 16:56:50 +0100 (Fri, 21 Dec 2007) | 3 lines
> Changed paths:
>    M /trunk/modules/access/udp.c
> 
>  - Fix error handling
>  - Fix a warning
> 
>  > http://trac.videolan.org/vlc/changeset/23763
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
> 
Are you sure this is correct?


- if( p_block->i_buffer < (2 + framelen) )
+ if( p_block->i_buffer < (2u + framelen) )

The 2u seems wrong to me.

Gtz
Jean-Paul Saman



More information about the vlc-devel mailing list