]> git.sesse.net Git - vlc/commitdiff
Last fix for win32 ?
authorClément Stenac <zorglub@videolan.org>
Mon, 15 May 2006 12:50:39 +0000 (12:50 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 15 May 2006 12:50:39 +0000 (12:50 +0000)
src/misc/win32_specific.c

index 15356c66979f83fcbecc234dd732630d88418256..9df143ec0d5146d1b4769a1d20d116509dfc90c3 100644 (file)
@@ -330,13 +330,13 @@ LRESULT CALLBACK WMCOPYWNDPROC( HWND hwnd, UINT uMsg, WPARAM wParam,
                 }
                 if( i_opt || config_GetInt( p_this, "playlist-enqueue" ) )
                 {
-                  playlist_AddExt( p_playlist, ppsz_argv[i_opt],
+                  playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt],
                     ppsz_argv[i_opt], PLAYLIST_APPEND ,
                     PLAYLIST_END, -1,
                     (char const **)( i_options ? &ppsz_argv[i_opt+1] : NULL ),
                     i_options );
                 } else {
-                  playlist_AddExt( p_playlist, ppsz_argv[i_opt],
+                  playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt],
                     ppsz_argv[i_opt], PLAYLIST_APPEND | PLAYLIST_GO,
                     PLAYLIST_END, -1,
                     (char const **)( i_options ? &ppsz_argv[i_opt+1] : NULL ),