Changeset 878902ea67f2132828b90304af325e99e5a4454a
- Timestamp:
- 14/07/08 00:01:47
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215986507 +0200
- git-parent:
[a9a5e4830a6b6c2db67eb9db6c3addec74afbf75]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1215986507 +0200
- Message:
directory: Return VLC_EGENERIC in case of interruption (playlist death).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra9a5e48 |
r878902e |
|
| 376 | 376 | |
|---|
| 377 | 377 | if( !vlc_object_alive( p_playlist ) ) |
|---|
| 378 | | return VLC_SUCCESS; |
|---|
| | 378 | return VLC_EGENERIC; |
|---|
| 379 | 379 | |
|---|
| 380 | 380 | char **ppsz_extensions = NULL; |
|---|