Mercurial > audlegacy-plugins
changeset 2126:fe479ddb4f4e
remove g_filename_from_uri() since recent playback system requires url encoded paths.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Wed, 24 Oct 2007 17:04:09 +0900 |
parents | 5c33e8e1a479 |
children | a40d6e66f199 |
files | src/xspf/xspf.c |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xspf/xspf.c Wed Oct 24 15:05:27 2007 +0900 +++ b/src/xspf/xspf.c Wed Oct 24 17:04:09 2007 +0900 @@ -145,13 +145,6 @@ location = g_strdup_printf("%s%s", base ? base : "", str); xmlFree(str); - str = g_filename_from_uri(location, NULL, NULL); - if (str) { - g_free(location); - location = g_strdup_printf("file://%s", str); - } - - g_free(str); } else { /* Rest of the nodes are handled here */ gint i;