Changeset 6e3e18c6fabf8e0d4af051bd290de60ddf1a2375
- Timestamp:
- 22/07/08 21:28:11
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1216754891 +0200
- git-parent:
[1f293c204952d61f68b73943e4a9c8b6fbfcc6f8]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1216754825 +0200
- Message:
playlist: Fix the return value of playlist_ItemToNode when the node has to be created.
Fixes asserts in directory module.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1f293c2 |
r6e3e18c |
|
| 611 | 611 | ChangeToNode( p_playlist, p_item ); |
|---|
| 612 | 612 | PL_UNLOCK_IF( !b_locked ); |
|---|
| 613 | | return NULL; |
|---|
| | 613 | return p_item; |
|---|
| 614 | 614 | } |
|---|
| 615 | 615 | } |
|---|