[dovecot-cvs] dovecot/src/lib-index mail-index-transaction.c, 1.47,
1.48
cras at dovecot.org
cras at dovecot.org
Sun Jan 23 00:52:22 EET 2005
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv24426
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.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- mail-index-transaction.c 22 Jan 2005 22:47:51 -0000 1.47
+++ mail-index-transaction.c 22 Jan 2005 22:52:20 -0000 1.48
@@ -415,7 +415,7 @@
while (left_idx < right_idx) {
idx = (left_idx + right_idx) / 2;
- if (updates[idx].uid1 < u.uid1)
+ if (updates[idx].uid2 < u.uid1)
left_idx = idx+1;
else if (updates[idx].uid1 > u.uid1)
right_idx = idx;
More information about the dovecot-cvs
mailing list