[dovecot-cvs] dovecot/src/lib-charset charset-utf8.c,1.7,1.8

cras at procontrol.fi cras at procontrol.fi
Mon Jan 13 22:56:46 EET 2003


Update of /home/cvs/dovecot/src/lib-charset
In directory danu:/tmp/cvs-serv4312

Modified Files:
	charset-utf8.c 
Log Message:
Didn't compile without iconv.



Index: charset-utf8.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-charset/charset-utf8.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- charset-utf8.c	5 Jan 2003 13:09:51 -0000	1.7
+++ charset-utf8.c	13 Jan 2003 20:56:44 -0000	1.8
@@ -35,7 +35,7 @@
 
 #include <ctype.h>
 
-struct _CharsetTranslation {
+struct charset_translation {
 	int dummy;
 };
 




More information about the dovecot-cvs mailing list