[dovecot-cvs] dovecot/src/lib-index mail-index-update.c,1.38,1.39

cras at procontrol.fi cras at procontrol.fi
Wed Dec 18 17:15:43 EET 2002


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

Modified Files:
	mail-index-update.c 
Log Message:
Marked all non-trivial buffer modifications with @UNSAFE tag. Several
cleanups and a couple of minor bugfixes.



Index: mail-index-update.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/mail-index-update.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- mail-index-update.c	8 Dec 2002 05:23:08 -0000	1.38
+++ mail-index-update.c	18 Dec 2002 15:15:41 -0000	1.39
@@ -207,7 +207,7 @@
 	return TRUE;
 }
 
-/* Replace the whole block - assumes there's enoguh space to do it */
+/* Replace the whole block - assumes there's enough space to do it */
 static void update_by_replace_block(MailIndexUpdate *update, size_t extra_size)
 {
 	MailIndexDataRecordHeader *data_hdr;




More information about the dovecot-cvs mailing list