Changeset e560aff75a63b222bea9c92e6150bc7b6f669be3

Show
Ignore:
Timestamp:
05/04/07 20:31:27 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1175797887 +0000
git-parent:

[db9d9941618ed8641ed18c34a9968e51892979c6]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1175797887 +0000
Message:

Revert previous commit.
I thought the comments where pretty clear.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/playlist/loadsave.c

    rdb9d994 re560aff  
    8787int playlist_MLLoad( playlist_t *p_playlist ) 
    8888{ 
     89#ifndef THIS_PIECE_OF_CODE_IS_FIXED // see #1047 and possibly others 
     90    (void)p_playlist; 
     91#else 
    8992    char *psz_uri, *psz_homedir =p_playlist->p_libvlc->psz_homedir; 
    9093    input_item_t *p_input; 
     
    111114 
    112115    free( psz_uri ); 
     116#endif 
    113117    return VLC_SUCCESS; 
    114118}