From efe770f7ee20b980cab971666d07354e1aef7694 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Sun, 28 Feb 2010 20:02:32 +0100 Subject: Fix a compiler warning in OSX. --- gnl/gnlfilesource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnl/gnlfilesource.c b/gnl/gnlfilesource.c index b66bbd7..f7e008e 100644 --- a/gnl/gnlfilesource.c +++ b/gnl/gnlfilesource.c @@ -116,7 +116,7 @@ gnl_filesource_set_location (GnlFileSource * fs, const gchar * location) tmp = g_strdup_printf ("file://%s", location); else tmp = g_strdup (location); - GST_DEBUG (tmp); + GST_DEBUG ("%s", tmp); g_object_set (fs, "uri", tmp, NULL); g_free (tmp); } -- cgit v1.2.3