[dovecot-cvs] dovecot/src/lib ibuffer.c,1.4,1.5 ibuffer-internal.h,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Fri Oct 25 02:04:51 EEST 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv20879

Modified Files:
	ibuffer.c ibuffer-internal.h 
Log Message:
We dont' need last_cr anymore.



Index: ibuffer.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ibuffer.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ibuffer.c	24 Oct 2002 21:54:34 -0000	1.4
+++ ibuffer.c	24 Oct 2002 22:04:49 -0000	1.5
@@ -81,7 +81,6 @@
 
 	/* reset buffer data */
 	_buf->skip = _buf->pos = _buf->cr_lookup_pos = 0;
-	_buf->last_cr = FALSE;
 }
 
 void i_buffer_set_read_limit(IBuffer *buf, uoff_t v_offset)

Index: ibuffer-internal.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/ibuffer-internal.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ibuffer-internal.h	20 Oct 2002 02:53:01 -0000	1.2
+++ ibuffer-internal.h	24 Oct 2002 22:04:49 -0000	1.3
@@ -24,7 +24,6 @@
 	size_t buffer_size;
 
 	size_t skip, pos, cr_lookup_pos;
-	int last_cr;
 };
 
 IBuffer *_i_buffer_create(_IBuffer *_buf, Pool pool, int fd,




More information about the dovecot-cvs mailing list