Code

mpdclient: don't check mpd_song_get_uri()!=NULL
authorMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:57:22 +0000 (19:57 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 2 Oct 2009 17:57:22 +0000 (19:57 +0200)
commit7d3284bc9ad5031d8ef21bd6d0734b9098c4982f
tree17a604d1979a835fe907c2668801c5121fc7b22f
parentf7796fd0da9b6e8b61abc3b0c81b5413798e0a14
mpdclient: don't check mpd_song_get_uri()!=NULL

libmpdclient guarantees that this function always returns non-NULL.
src/mpdclient.c