diff pidgin-twitter.h @ 305:227e59f017f2

status id now exceeds int32 limit.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 13 Jun 2009 17:54:39 +0900
parents 1d3209e7e197
children aa1f0dd1a723
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Jun 13 15:45:10 2009 +0900
+++ b/pidgin-twitter.h	Sat Jun 13 17:54:39 2009 +0900
@@ -93,7 +93,7 @@
     gchar *screen_name;
     gchar *profile_image_url;
     time_t time;
-    guint id;
+    guint64 id;
 } status_t;
 
 typedef struct _source {