]> git.sesse.net Git - vlc/commit
playlist_Add and playlist_AddExt: return error/success value
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 16 May 2009 11:21:26 +0000 (14:21 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 16 May 2009 11:21:26 +0000 (14:21 +0300)
commitbbba5c6fa1d376aaadfbf4030ff8f351a4cff69d
tree3988792abfd34c6fad2269ccafe17866272b308a
parentc0d66940ee26be94fd11d5d1de0e5d8c333cf966
playlist_Add and playlist_AddExt: return error/success value

None of the callers actually care about the return value anyway.
When the input item is needed, then playlist_AddInput did and still
does the job.
src/playlist/item.c