Changeset 7d84eb8ed489618b8be1523d45a3d5c98ee5fea9
- Timestamp:
- 01/10/03 07:16:55
(6 years ago)
- Author:
- Loïc Minier <lool@videolan.org>
- git-committer:
- Loïc Minier <lool@videolan.org> 1042179415 +0000
- git-parent:
[72fac693ab6fad548d4da79cf590744cc6908c67]
- git-author:
- Loïc Minier <lool@videolan.org> 1042179415 +0000
- Message:
- removed VLC_GO to avoid skipping to the last program
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r72fac69 |
r7d84eb8 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: slp.c,v 1.1 2003/01/10 04:58:23 lool Exp $ |
|---|
| | 5 | * $Id: slp.c,v 1.2 2003/01/10 06:16:55 lool Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Lo�Minier <lool@videolan.org> |
|---|
| … | … | |
| 110 | 110 | sizeof(psz_item) - strlen(psz_item) - 1 ); |
|---|
| 111 | 111 | playlist_Add( p_playlist, psz_s, |
|---|
| 112 | | PLAYLIST_APPEND | PLAYLIST_GO, |
|---|
| | 112 | PLAYLIST_APPEND, |
|---|
| 113 | 113 | PLAYLIST_END ); |
|---|
| 114 | 114 | vlc_object_release( (vlc_object_t *)p_playlist ); |
|---|