rygel r42 - in trunk: . src
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r42 - in trunk: . src
- Date: Tue, 28 Oct 2008 20:58:58 +0000 (UTC)
Author: zeeshanak
Date: Tue Oct 28 20:58:58 2008
New Revision: 42
URL: http://svn.gnome.org/viewvc/rygel?rev=42&view=rev
Log:
Don't escape '/' in the path before putting it in HTTP URI.
Modified:
trunk/ChangeLog
trunk/src/gupnp-media-tracker.c
Modified: trunk/src/gupnp-media-tracker.c
==============================================================================
--- trunk/src/gupnp-media-tracker.c (original)
+++ trunk/src/gupnp-media-tracker.c Tue Oct 28 20:58:58 2008
@@ -518,7 +518,7 @@
gupnp_didl_lite_resource_reset (&res);
escaped_path = g_uri_escape_string (path,
- NULL,
+ "/",
TRUE);
/* URI */
res.uri = g_strdup_printf ("http://%s:%d%s%s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]