From 2ab7c301619980fa8b298c4fb9df2e81a7fd3f2d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 31 Jan 2011 19:01:24 +0000 Subject: ges-launch: fix printf format issue --- tools/ges-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ges-launch.c b/tools/ges-launch.c index 9868cd3e..dfaaa4f4 100644 --- a/tools/ges-launch.c +++ b/tools/ges-launch.c @@ -223,7 +223,7 @@ create_timeline (int nbargs, gchar ** argv) g_error ("'%s': could not open path!", source); if (!(uri = ensure_uri (source))) { - GST_ERROR ("couldn't create uri for '%'s", source); + GST_ERROR ("couldn't create uri for '%s'", source); exit (-1); } inpoint = str_to_time (argv[i * 3 + 1]); -- cgit v1.2.3