[dovecot-cvs] dovecot/src/lib-index mail-index-transaction.c, 1.49, 1.50

cras at dovecot.org cras at dovecot.org
Sun Jan 23 00:58:56 EET 2005


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

Modified Files:
	mail-index-transaction.c 
Log Message:
still not right



Index: mail-index-transaction.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-transaction.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- mail-index-transaction.c	22 Jan 2005 22:57:02 -0000	1.49
+++ mail-index-transaction.c	22 Jan 2005 22:58:53 -0000	1.50
@@ -411,7 +411,7 @@
 
 	/* find the first update with either overlapping range,
 	   or the update which will come after our insert */
-	idx = size;
+	idx = left_idx;
 	while (left_idx < right_idx) {
 		idx = (left_idx + right_idx) / 2;
 



More information about the dovecot-cvs mailing list