[dovecot-cvs] dovecot/src/imap namespace.h,1.5,1.6
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 13:41:40 UTC 2006
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv24458/imap
Modified Files:
namespace.h
Log Message:
Cleanup: Don't put string literals into non-const pointers.
Index: namespace.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/namespace.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- namespace.h 14 Jan 2006 17:10:02 -0000 1.5
+++ namespace.h 18 Nov 2006 13:41:38 -0000 1.6
@@ -13,7 +13,7 @@
enum namespace_type type;
char sep, real_sep, sep_str[3];
- char *prefix;
+ const char *prefix;
size_t prefix_len;
int inbox, hidden, subscriptions;
More information about the dovecot-cvs
mailing list