[dovecot-cvs] dovecot/src/lib-storage mail-storage.c,1.57,1.58
cras at dovecot.org
cras at dovecot.org
Sun Sep 10 15:33:18 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/lib-sql driver-mysql.c, 1.23, 1.24 sql-api.c, 1.11, 1.12
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.66, 1.67 index-mail.c, 1.105, 1.106 index-sort.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv1034/lib-storage
Modified Files:
mail-storage.c
Log Message:
Removed type parameter from ARRAY_CREATE since it's not needed anymore.
Index: mail-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- mail-storage.c 11 Jul 2006 16:00:08 -0000 1.57
+++ mail-storage.c 10 Sep 2006 12:33:15 -0000 1.58
@@ -33,7 +33,7 @@
void mail_storage_init(void)
{
- ARRAY_CREATE(&storages, default_pool, struct mail_storage *, 8);
+ ARRAY_CREATE(&storages, default_pool, 8);
mail_storage_mail_index_module_id = mail_index_module_id++;
}
- Previous message: [dovecot-cvs] dovecot/src/lib-sql driver-mysql.c, 1.23, 1.24 sql-api.c, 1.11, 1.12
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.66, 1.67 index-mail.c, 1.105, 1.106 index-sort.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list