Show
Ignore:
Timestamp:
21/07/08 09:56:10 (4 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1216626970 +0200
git-parent:

[a518149f3478fc8bc984b114a1821d0fd83cecab]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1216625856 +0200
Message:

Use pl_Locked and pl_Unlocked

Files:

Legend:

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

    ree7537e r494ace9  
    173173    return playlist_AddExt( PL, psz_uri, psz_name, 
    174174                            PLAYLIST_INSERT, PLAYLIST_END, -1, ppsz_options, 
    175                             i_options, 1, false ); 
     175                            i_options, 1, pl_Unlocked ); 
    176176} 
    177177