dovecot-2.2: Compiler warning fix.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Sun Feb 24 08:58:09 EET 2013
    
    
  
details:   http://hg.dovecot.org/dovecot-2.2/rev/f1e8f8a73196
changeset: 15903:f1e8f8a73196
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 24 08:58:03 2013 +0200
description:
Compiler warning fix.
diffstat:
 src/doveadm/doveadm-mail-fetch.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r ecd923186510 -r f1e8f8a73196 src/doveadm/doveadm-mail-fetch.c
--- a/src/doveadm/doveadm-mail-fetch.c	Sun Feb 24 08:54:58 2013 +0200
+++ b/src/doveadm/doveadm-mail-fetch.c	Sun Feb 24 08:58:03 2013 +0200
@@ -28,7 +28,7 @@
 	struct ostream *output;
 	struct mail *mail;
 
-	ARRAY(const struct fetch_field) fields;
+	ARRAY(struct fetch_field) fields;
 	ARRAY_TYPE(const_string) header_fields;
 	enum mail_fetch_field wanted_fields;
 
    
    
More information about the dovecot-cvs
mailing list