dovecot-2.2: lib-storage: maildir - don't use a bool to store a ...

dovecot at dovecot.org dovecot at dovecot.org
Thu May 8 14:04:53 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/cb5b2a1579af
changeset: 17361:cb5b2a1579af
user:      Phil Carmody <phil at dovecot.fi>
date:      Thu May 08 17:01:26 2014 +0300
description:
lib-storage: maildir - don't use a bool to store a char

diffstat:

 src/lib-storage/index/maildir/maildir-mail.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1b5c6a492e3a -r cb5b2a1579af src/lib-storage/index/maildir/maildir-mail.c
--- a/src/lib-storage/index/maildir/maildir-mail.c	Thu May 08 15:56:25 2014 +0300
+++ b/src/lib-storage/index/maildir/maildir-mail.c	Thu May 08 17:01:26 2014 +0300
@@ -653,7 +653,7 @@
 
 struct maildir_size_fix_ctx {
 	uoff_t physical_size;
-	bool wrong_key;
+	char wrong_key;
 };
 
 static int


More information about the dovecot-cvs mailing list