[Pkg-telepathy-commits] [telepathy-gabble] 04/11: private-tube-factory: tube ID is a guint64

Simon McVittie smcv at debian.org
Thu Mar 20 10:33:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-gabble.

commit c2d7b345aa52e3f5d70d4657f0dbab7c3f62042a
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed Oct 2 15:58:59 2013 +0200

    private-tube-factory: tube ID is a guint64
    
    Fix a crash on 64 bits archs.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=70038
---
 src/private-tubes-factory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index 48b4211..1924509 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -996,7 +996,7 @@ channel_closed_cb (GabbleTubeIface *tube,
 {
   GabblePrivateTubesFactoryPrivate *priv =
     GABBLE_PRIVATE_TUBES_FACTORY_GET_PRIVATE (self);
-  guint id;
+  guint64 id;
 
   g_object_get (tube,
       "id", &id,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-gabble.git



More information about the Pkg-telepathy-commits mailing list