Changeset e218b42d56bf8d793d1223ef455396a50b069181
- Timestamp:
- 17/08/08 20:34:04
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218998044 +0200
- git-parent:
[b8afab308f77966cf2e04267dd64066a481f3246]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218998044 +0200
- Message:
Fix previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb8afab3 |
re218b42 |
|
| 209 | 209 | int playlist_ItemRelease( playlist_item_t *p_item ) |
|---|
| 210 | 210 | { |
|---|
| | 211 | /* For the assert */ |
|---|
| | 212 | playlist_t *p_playlist = p_item->p_playlist; |
|---|
| 211 | 213 | PL_ASSERT_LOCKED; |
|---|
| 212 | 214 | |
|---|