Changeset 952d118d97d168123b947cf8edcbc3a0360f0d9b

Show
Ignore:
Timestamp:
06/01/08 01:42:33 (3 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1212277353 +0100
git-parent:

[ff90a8aa61756921006597b7ce37f380df3c80aa]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1212277353 +0100
Message:

Be more verbose about the failure if we return a non-null exit code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/vlc.c

    ra8f72d0 r952d118  
    132132    } 
    133133    i_ret = libvlc_exception_raised (&ex); 
     134    if( i_ret ) 
     135        fprintf( stderr, "%s\n", libvlc_exception_get_message( &ex)); 
     136 
    134137    libvlc_exception_clear (&ex); 
    135138