[dovecot-cvs] dovecot/src/lib-storage/index index-search.c, 1.134, 1.135

tss at dovecot.org tss at dovecot.org
Sun May 13 20:10:52 EEST 2007


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

Modified Files:
	index-search.c 
Log Message:
Error handling rewrite.



Index: index-search.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-search.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- index-search.c	13 May 2007 15:37:44 -0000	1.134
+++ index-search.c	13 May 2007 17:10:49 -0000	1.135
@@ -907,7 +907,7 @@
 
 	if (ctx->error != NULL) {
 		mail_storage_set_error(ctx->ibox->box.storage,
-				       "%s", ctx->error);
+				       MAIL_ERROR_PARAMS, ctx->error);
 	}
 
 	mail_search_args_reset(ctx->mail_ctx.args, FALSE);



More information about the dovecot-cvs mailing list