Changeset e148a401f8220d48d04fedf3e3566def58b3d972
- 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
| r2e50966 |
re148a40 |
|
| 331 | 331 | if( i_opt || config_GetInt( p_this, "playlist-enqueue" ) ) |
|---|
| 332 | 332 | { |
|---|
| 333 | | playlist_AddExt( p_playlist, ppsz_argv[i_opt], |
|---|
| | 333 | playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt], |
|---|
| 334 | 334 | ppsz_argv[i_opt], PLAYLIST_APPEND , |
|---|
| 335 | 335 | PLAYLIST_END, -1, |
|---|
| … | … | |
| 337 | 337 | i_options ); |
|---|
| 338 | 338 | } else { |
|---|
| 339 | | playlist_AddExt( p_playlist, ppsz_argv[i_opt], |
|---|
| | 339 | playlist_PlaylistAddExt( p_playlist, ppsz_argv[i_opt], |
|---|
| 340 | 340 | ppsz_argv[i_opt], PLAYLIST_APPEND | PLAYLIST_GO, |
|---|
| 341 | 341 | PLAYLIST_END, -1, |
|---|