[dovecot-cvs] dovecot/src/lib-storage/index index-mail.c, 1.113, 1.114
tss at dovecot.org
tss at dovecot.org
Fri Jan 26 13:58:55 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-storage/index
In directory talvi:/tmp/cvs-serv15340/lib-storage/index
Modified Files:
index-mail.c
Log Message:
Cleanups and minor fixes
Index: index-mail.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/index-mail.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- index-mail.c 15 Dec 2006 18:38:19 -0000 1.113
+++ index-mail.c 26 Jan 2007 13:58:53 -0000 1.114
@@ -626,7 +626,8 @@
}
}
- *hdr_size = data->hdr_size;
+ if (hdr_size != NULL)
+ *hdr_size = data->hdr_size;
}
if (body_size != NULL) {
More information about the dovecot-cvs
mailing list