(struct _f_imap.capac): Changed type to int.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment