Commit 44bed5ec 44bed5ecaf2a38bfc896d24c2709b239d8fb1cf4 by Sergey Poznyakoff

(struct _f_imap.capac): Changed type to int.

1 parent 53be6d7e
...@@ -144,7 +144,7 @@ struct _f_imap ...@@ -144,7 +144,7 @@ struct _f_imap
144 144
145 size_t seq; /* Sequence number to build a tag. */ 145 size_t seq; /* Sequence number to build a tag. */
146 char **capav; /* Cabilities of the server. */ 146 char **capav; /* Cabilities of the server. */
147 size_t capac; /* Number of capabilities in the above array */ 147 int capac; /* Number of capabilities in the above array */
148 int flags; 148 int flags;
149 149
150 /* IO use to hold the literal and quoted strings send by 150 /* IO use to hold the literal and quoted strings send by
......