Mercurial > audlegacy
changeset 4063:069d37422964
Automated merge with ssh://hg.atheme.org//hg/audacious
author | Eugene Zagidullin <e.asphyx@gmail.com> |
---|---|
date | Tue, 04 Dec 2007 03:34:41 +0300 |
parents | c8ef2a2e3d93 (current diff) 21833104ed4c (diff) |
children | 7ecdb78a051e |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/playlist.c Tue Dec 04 03:33:15 2007 +0300 +++ b/src/audacious/playlist.c Tue Dec 04 03:34:41 2007 +0300 @@ -2740,9 +2740,7 @@ continue; } - /* FIXME: What about 'file:///'? */ - /* Don't kill URLs */ - if (strstr(entry->filename, "://")) + if (!g_str_has_prefix(entry->filename, "file://")) continue; /* FIXME: Should test for readability */