[dovecot-cvs] dovecot/src/lib-index mail-index-transaction.c, 1.44, 1.45

cras at dovecot.org cras at dovecot.org
Sun Jan 23 00:21:49 EET 2005


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

Modified Files:
	mail-index-transaction.c 
Log Message:
fix



Index: mail-index-transaction.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-transaction.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mail-index-transaction.c	22 Jan 2005 16:56:37 -0000	1.44
+++ mail-index-transaction.c	22 Jan 2005 22:21:45 -0000	1.45
@@ -411,7 +411,7 @@
 
 	/* find the first update with either overlapping range,
 	   or the update which will come after our insert */
-	idx = 0; right_idx++;
+	idx = 0;
 	while (left_idx < right_idx) {
 		idx = (left_idx + right_idx) / 2;
 



More information about the dovecot-cvs mailing list