[vlc-devel] commit: mozilla: fix compilation. ( R??mi Duraffort )

jpd at videolan.org jpd at videolan.org
Wed Feb 3 16:40:02 CET 2010


On Tue, Feb 02, 2010 at 11:17:05PM +0100, git version control wrote:
> vlc | branch: master | R??mi Duraffort <ivoire at videolan.org> | [...]
[...]
> -    libvlc_media_t *p_m = libvlc_media_new(libvlc_instance,mrl,ex);
> -    if( libvlc_exception_raised(ex) )
> +    libvlc_media_t *p_m = libvlc_media_new(libvlc_instance,mrl);
> +    if( p_m )
>          return -1;

This, like the other one, looks like inverted logic to me.





More information about the vlc-devel mailing list