Changeset 60987ce27f1f6931311cf1bbf7dcc5d704b96a2f

Show
Ignore:
Timestamp:
05/04/08 20:39:05 (4 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209926345 +0300
git-parent:

[6b42b421710760b88561364ecc585b93aee7790a]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209926345 +0300
Message:

No need to lookup i_verbose. The core does it anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/lua/vlc.h

    r7bc28ee r60987ce  
    6363static inline void lua_Dbg( vlc_object_t * p_this, const char * ppz_fmt, ... ) 
    6464{ 
    65     if( p_this->p_libvlc->i_verbose < 3 ) 
    66         return; 
    67  
    6865    va_list ap; 
    6966    va_start( ap, ppz_fmt );