rygel r66 - in trunk: . src



Author: zeeshanak
Date: Tue Oct 28 20:59:29 2008
New Revision: 66
URL: http://svn.gnome.org/viewvc/rygel?rev=66&view=rev

Log:
A small fix to setisfy the latest Vala compiler.

Modified:
   trunk/ChangeLog
   trunk/src/gupnp-media-tracker.vala

Modified: trunk/src/gupnp-media-tracker.vala
==============================================================================
--- trunk/src/gupnp-media-tracker.vala	(original)
+++ trunk/src/gupnp-media-tracker.vala	Tue Oct 28 20:59:29 2008
@@ -426,7 +426,7 @@
 
         /* URI */
         string escaped_path = Uri.escape_string (path, "/", true);
-        string uri = "http://%s:%d%s".printf (context.host_ip,
+        string uri = "http://%s:%u%s".printf (context.host_ip,
                                               context.port,
                                               escaped_path);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]