Changeset e560aff75a63b222bea9c92e6150bc7b6f669be3
- Timestamp:
- 05/04/07 20:31:27
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1175797887 +0000
- git-parent:
[db9d9941618ed8641ed18c34a9968e51892979c6]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1175797887 +0000
- Message:
Revert previous commit.
I thought the comments where pretty clear.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdb9d994 |
re560aff |
|
| 87 | 87 | int playlist_MLLoad( playlist_t *p_playlist ) |
|---|
| 88 | 88 | { |
|---|
| | 89 | #ifndef THIS_PIECE_OF_CODE_IS_FIXED // see #1047 and possibly others |
|---|
| | 90 | (void)p_playlist; |
|---|
| | 91 | #else |
|---|
| 89 | 92 | char *psz_uri, *psz_homedir =p_playlist->p_libvlc->psz_homedir; |
|---|
| 90 | 93 | input_item_t *p_input; |
|---|
| … | … | |
| 111 | 114 | |
|---|
| 112 | 115 | free( psz_uri ); |
|---|
| | 116 | #endif |
|---|
| 113 | 117 | return VLC_SUCCESS; |
|---|
| 114 | 118 | } |
|---|