[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c,1.78,1.79

cras at dovecot.org cras at dovecot.org
Tue Jun 28 20:06:43 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv8558/lib-storage/index

Modified Files:
	index-mail.c 
Log Message:
Renamed array_modifyable_*() functions. I could never remember how they were
named.



Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- index-mail.c	5 Jun 2005 21:42:00 -0000	1.78
+++ index-mail.c	28 Jun 2005 17:06:39 -0000	1.79
@@ -201,7 +201,7 @@
 	}
 
 	/* end with NULL */
-	(void)array_modifyable_append(&data->keywords);
+	(void)array_append_space(&data->keywords);
 
 	t_pop();
 	return array_get(&data->keywords, NULL);



More information about the dovecot-cvs mailing list