[dovecot-cvs] dovecot/src/lib-index mail-index.c,1.204,1.205

cras at dovecot.org cras at dovecot.org
Thu Aug 25 20:18:22 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv14937/lib-index

Modified Files:
	mail-index.c 
Log Message:
Error message update



Index: mail-index.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- mail-index.c	21 Jul 2005 19:07:37 -0000	1.204
+++ mail-index.c	25 Aug 2005 17:18:20 -0000	1.205
@@ -431,7 +431,7 @@
 	}
 	if (name[name_len-1] != '\0') {
 		mail_index_set_error(index, "Corrupted index file %s: "
-				     "header doesn't end with NUL",
+				     "Keyword header doesn't end with NUL",
 				     index->filepath);
 		return -1;
 	}



More information about the dovecot-cvs mailing list