Changeset 5dd166aea54615debc47126762b0470e921ddcb2

Show
Ignore:
Timestamp:
06/15/08 03:28:08 (3 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1213493288 -0700
git-parent:

[286f6666e3538531bcbf0cadb7ab86f608f795c0]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1213493288 -0700
Message:

Kill a Warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/playlist/m3u.c

    ra0e351f r5dd166a  
    190190 
    191191            input_ItemAddSubItem( p_current_input, p_input ); 
    192             for( unsigned i = 0; i < i_options; i++ ) 
     192            for( int i = 0; i < i_options; i++ ) 
    193193                input_ItemAddOpt( p_input, ppsz_options[i], 0 ); 
    194194            vlc_gc_decref( p_input );