summaryrefslogtreecommitdiff
path: root/tools/tools.h
diff options
context:
space:
mode:
authorJosep Torra Valles <n770galaxy@gmail.com>2012-09-25 00:55:59 +0100
committerTim-Philipp Müller <tim@centricular.net>2012-09-25 00:56:26 +0100
commit111fcc6e3160389074218d927693536e7d39f92f (patch)
tree6093722fc9274c0601a0b7a82e32b328d1a72c4b /tools/tools.h
parent4b74a78a9fa401752c647c77e1a5b036a619b4b2 (diff)
Make intel compiler happier
https://bugzilla.gnome.org/show_bug.cgi?id=552657
Diffstat (limited to 'tools/tools.h')
-rw-r--r--tools/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.h b/tools/tools.h
index 084085ecb..1d4e0d427 100644
--- a/tools/tools.h
+++ b/tools/tools.h
@@ -48,7 +48,7 @@ gst_tools_print_version (void)
gchar *version_str;
version_str = gst_version_string ();
- g_print ("%s version %u.%u.%u\n", g_get_prgname (),
+ g_print ("%s version %d.%d.%d\n", g_get_prgname (),
GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO);
g_print ("%s\n", version_str);
g_print ("%s\n", GST_PACKAGE_ORIGIN);