# HG changeset patch # User Eugene Zagidullin # Date 1196728481 -10800 # Node ID 069d37422964cec8968ddc1e8e765bde0263d4da # Parent c8ef2a2e3d9334e3e683dea8f9f5c37d15757b33# Parent 21833104ed4c95ba058e5a48cab53a062240793a Automated merge with ssh://hg.atheme.org//hg/audacious diff -r c8ef2a2e3d93 -r 069d37422964 src/audacious/playlist.c --- 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 */