[next] telepathy-glib: test-dbus-tube: fix type error

Simon McVittie smcv at kemper.freedesktop.org
Wed Sep 17 05:22:53 PDT 2014


Module: telepathy-glib
Branch: next
Commit: c1421325f924100d485e180d9092a7311e14caee
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=c1421325f924100d485e180d9092a7311e14caee

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu May 29 15:52:15 2014 +0200

test-dbus-tube: fix type error

---

 tests/dbus/dbus-tube.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/dbus/dbus-tube.c b/tests/dbus/dbus-tube.c
index fd72421..a8ff9f9 100644
--- a/tests/dbus/dbus-tube.c
+++ b/tests/dbus/dbus-tube.c
@@ -265,7 +265,7 @@ handle_double_call (GDBusConnection       *connection,
 {
   if (!tp_strdiff (method_name, "Double"))
     {
-      guint value;
+      gint value;
 
       g_variant_get (parameters, "(i)", &value);
 



More information about the telepathy-commits mailing list