[dovecot-cvs] dovecot/src/lib-imap imap-quote.h,1.8,1.9

cras at dovecot.org cras at dovecot.org
Sat Jan 14 18:45:56 EET 2006


Update of /var/lib/cvs/dovecot/src/lib-imap
In directory talvi:/tmp/cvs-serv11890/lib-imap

Modified Files:
	imap-quote.h 
Log Message:
Fixed macro to put parameter in ()



Index: imap-quote.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-imap/imap-quote.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- imap-quote.h	13 Jan 2006 20:26:09 -0000	1.8
+++ imap-quote.h	14 Jan 2006 16:45:54 -0000	1.9
@@ -11,7 +11,7 @@
 		       size_t value_len, bool compress_lwsp);
 
 #define imap_quote_append_string(str, value, compress_lwsp) \
-	imap_quote_append(str, (const unsigned char *) value, \
+	imap_quote_append(str, (const unsigned char *)(value), \
 			  (size_t)-1, compress_lwsp)
 
 #endif



More information about the dovecot-cvs mailing list