Mercurial > audlegacy
diff src/audacious/input.c @ 3343:f5a413804217 trunk
cue:// should get accepted before. Contact me if it breaks cue:// support somehow.
| author | Christian Birchinger <joker@netswarm.net> |
|---|---|
| date | Sun, 12 Aug 2007 21:57:53 +0200 |
| parents | 5d50b9604ddc |
| children | 820c2db12041 602ec8c40d0d |
line wrap: on
line diff
--- a/src/audacious/input.c Sun Aug 12 21:38:04 2007 +0200 +++ b/src/audacious/input.c Sun Aug 12 21:57:53 2007 +0200 @@ -391,6 +391,7 @@ /* CD-Audio uses cdda:// dummy paths, no filedescriptor handling for it */ /* also cuesheet uses cue:// */ +/* if (!g_strncasecmp(filename, "cue://", 6)) { for (node = get_input_list(); node != NULL; node = g_list_next(node)) { @@ -412,7 +413,7 @@ g_free(filename_proxy); return NULL; } - +*/ fd = vfs_buffered_file_new_from_uri(tmp_uri); g_free(tmp_uri);
