[dovecot-cvs] dovecot/src/lib-storage/index index-mail-headers.c, 1.30, 1.31

cras at dovecot.org cras at dovecot.org
Thu Jul 22 16:47:01 EEST 2004


Update of /home/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv485

Modified Files:
	index-mail-headers.c 
Log Message:
compiler warning fix



Index: index-mail-headers.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mail-headers.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- index-mail-headers.c	20 Jul 2004 16:50:56 -0000	1.30
+++ index-mail-headers.c	22 Jul 2004 13:46:59 -0000	1.31
@@ -538,7 +538,7 @@
 		/* @UNSAFE */
 		for (i = 0; i < size; i++) {
 			ctx->idx[i] = fields[i].idx;
-			ctx->name[i] = p_strdup(pool, sorted_headers[i]);
+			ctx->name[i] = p_strdup(pool, headers[i]);
 		}
 	}
 



More information about the dovecot-cvs mailing list