[vlc-devel] commit: Revert " only print error when interface intialization failed not when it succeeded. " (Jean-Baptiste Kempf )
jpd at videolan.org
jpd at videolan.org
Tue Jun 16 16:15:56 CEST 2009
On Tue, Jun 16, 2009 at 04:08:12PM +0200, git version control wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jun 16 16:08:08 2009 +0200| [1b1650d4ac776c39e8a0fda63b35a0ef31f08b29] | committer: Jean-Baptiste Kempf
[...]
> - if( !libvlc_InternalAddIntf( p_i->p_libvlc_int, name ) )
> + if( libvlc_InternalAddIntf( p_i->p_libvlc_int, name ) )
I think we probably should be checking explicitly for the appropriate
success constant?
More information about the vlc-devel
mailing list