Changeset 7d84eb8ed489618b8be1523d45a3d5c98ee5fea9

Show
Ignore:
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
  • modules/access/slp.c

    r72fac69 r7d84eb8  
    33 ***************************************************************************** 
    44 * 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 $ 
    66 * 
    77 * Authors: Lo�Minier <lool@videolan.org> 
     
    110110                         sizeof(psz_item) - strlen(psz_item) - 1 ); 
    111111        playlist_Add( p_playlist, psz_s, 
    112                       PLAYLIST_APPEND | PLAYLIST_GO
     112                      PLAYLIST_APPEND
    113113                      PLAYLIST_END ); 
    114114        vlc_object_release( (vlc_object_t *)p_playlist );