[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.178, 1.179

cras at dovecot.org cras at dovecot.org
Sat Jan 14 17:19:59 EET 2006


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

Modified Files:
	mbox-sync.c 
Log Message:
Compiler warning fixes and one real fix for int -> bool changes.



Index: mbox-sync.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-sync.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- mbox-sync.c	13 Jan 2006 20:26:37 -0000	1.178
+++ mbox-sync.c	14 Jan 2006 15:19:56 -0000	1.179
@@ -1543,8 +1543,8 @@
 	uint32_t seq;
 	uoff_t offset;
 	unsigned int lock_id = 0;
-	int ret;
-	bool changed, delay_writes;
+	int ret, changed;
+	bool delay_writes;
 
 	delay_writes = mbox->ibox.readonly ||
 		((flags & MBOX_SYNC_REWRITE) == 0 &&



More information about the dovecot-cvs mailing list