[dovecot-cvs] dovecot/src/lib-index/mbox istream-mbox.c,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Tue Oct 7 01:06:38 EEST 2003


Update of /home/cvs/dovecot/src/lib-index/mbox
In directory danu:/tmp/cvs-serv22261

Modified Files:
	istream-mbox.c 
Log Message:
bugfixes



Index: istream-mbox.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mbox/istream-mbox.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- istream-mbox.c	6 Oct 2003 20:53:39 -0000	1.2
+++ istream-mbox.c	6 Oct 2003 21:06:36 -0000	1.3
@@ -147,5 +147,5 @@
 	mstream->istream.seek = _seek;
 
 	return _i_stream_create(&mstream->istream, pool, -1, 0,
-				mstream->body_offset + body_size);
+				mstream->header_size.virtual_size + body_size);
 }



More information about the dovecot-cvs mailing list