From 337c0de0e87e0391b27186d648ea904ae36a3c40 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 24 Sep 2009 17:02:11 -0500 Subject: Adding a cast for one of the 64-bit pointers. We shouldn't need that many users, and it would require lots of memory hacks to fit that in here. --- src/users-service-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users-service-dbus.c') diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c index 640dfd7..e05eaf5 100644 --- a/src/users-service-dbus.c +++ b/src/users-service-dbus.c @@ -992,7 +992,7 @@ user_removed (DBusGProxy *proxy, { user = g_hash_table_find (priv->users, compare_users_by_uid, - GUINT_TO_POINTER (uid)); + GUINT_TO_POINTER ((gint)uid)); if (user != NULL) { -- cgit v1.2.3