Changeset e148a401f8220d48d04fedf3e3566def58b3d972

Show
Ignore:
Timestamp:
15/05/06 14:50:39 (3 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1147697439 +0000
git-parent:

[1e0b16b3bc024adedbabcdef036e6aee0cf040b0]

git-author:
Clément Stenac <zorglub@videolan.org> 1147697439 +0000
Message:

Last fix for win32 ?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/win32_specific.c

    r2e50966 re148a40  
    331331                if( i_opt || config_GetInt( p_this, "playlist-enqueue" ) ) 
    332332                { 
    333                   playlist_AddExt( p_playlist, ppsz_argv[i_opt], 
     333                  playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt], 
    334334                    ppsz_argv[i_opt], PLAYLIST_APPEND , 
    335335                    PLAYLIST_END, -1, 
     
    337337                    i_options ); 
    338338                } else { 
    339                   playlist_AddExt( p_playlist, ppsz_argv[i_opt], 
     339                  playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt], 
    340340                    ppsz_argv[i_opt], PLAYLIST_APPEND | PLAYLIST_GO, 
    341341                    PLAYLIST_END, -1,