[dovecot-cvs] dovecot/src/lib-dict dict-client.c,1.2,1.3

cras at dovecot.org cras at dovecot.org
Fri Jan 13 14:45:12 EET 2006


Update of /var/lib/cvs/dovecot/src/lib-dict
In directory talvi:/tmp/cvs-serv10783/lib-dict

Modified Files:
	dict-client.c 
Log Message:
Small (compiling) fixes



Index: dict-client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-dict/dict-client.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dict-client.c	11 Jan 2006 21:48:15 -0000	1.2
+++ dict-client.c	13 Jan 2006 12:45:10 -0000	1.3
@@ -67,7 +67,7 @@
 	dest = t_str_new(256);
 	str_append_n(dest, src, p - src);
 
-	for (; *p != '\0'; *p++) {
+	for (; *p != '\0'; p++) {
 		switch (*p) {
 		case '\t':
 			str_append_c(dest, '\001');



More information about the dovecot-cvs mailing list