use guint for message numbers (fix count in grouplist dialog)
[claws.git] / src / news.h
index 9474b83c7ad8c8e67408689e1e9ed0d0a2509440..52d1023b149713eca30a3f3b1694915025ab5818 100644 (file)
@@ -52,8 +52,8 @@ struct _NNTPSession
 struct _NewsGroupInfo
 {
        gchar *name;
-       gchar first;
-       gchar last;
+       guint first;
+       guint last;
        gchar type;
 };