[dovecot-cvs] dovecot/src/lib-index/maildir maildir-sync.c,1.17,1.18

cras at procontrol.fi cras at procontrol.fi
Tue Nov 26 22:35:49 EET 2002


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

Modified Files:
	maildir-sync.c 
Log Message:
Removed const from key and value of hash_insert() and hash_update().



Index: maildir-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-index/maildir/maildir-sync.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- maildir-sync.c	6 Nov 2002 11:37:37 -0000	1.17
+++ maildir-sync.c	26 Nov 2002 20:35:47 -0000	1.18
@@ -181,7 +181,7 @@
 	HashTable *files;
 	DIR *dirp;
 	struct dirent *d;
-	const char *key, *value, *p;
+	char *key, *value, *p;
 	unsigned int count;
 	int failed, check_content_changes;
 




More information about the dovecot-cvs mailing list