[Telepathy-commits] [telepathy-glib/master] TpConnection: use unsigned for booleans in bitfields
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Oct 15 02:42:10 PDT 2008
---
telepathy-glib/connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/connection.c b/telepathy-glib/connection.c
index 60c905e..2b636d8 100644
--- a/telepathy-glib/connection.c
+++ b/telepathy-glib/connection.c
@@ -124,7 +124,7 @@ struct _TpConnectionPrivate {
/* GArray of GQuark */
GArray *contact_attribute_interfaces;
- gboolean ready:1;
+ unsigned ready:1;
};
enum
--
1.5.6.5
More information about the Telepathy-commits
mailing list