[Commits] parser.c 1.5 1.6
miras at claws-mail.org
miras at claws-mail.org
Mon Nov 28 22:45:30 CET 2011
Update of /home/claws-mail/contacts/xmllib
In directory claws-mail:/tmp/cvs-serv9755/xmllib
Modified Files:
parser.c
Log Message:
2011-11-28 [mir] 0.6.0cvs30
* configure.ac
* plugins/ldap/ldap-plugin.c
* plugins/xml/xml-plugin.c
* src/callbacks.c
* src/contactwindow.c
* src/printing.c
* src/utils.c
* src/utils.h
* xmllib/parser.c
- code cleaning to loose compile time
warnings and optimizer errors.
Index: parser.c
===================================================================
RCS file: /home/claws-mail/contacts/xmllib/parser.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- parser.c 4 Oct 2011 20:21:40 -0000 1.5
+++ parser.c 28 Nov 2011 21:45:28 -0000 1.6
@@ -102,7 +102,7 @@
static void parse_attribute(GHashTable* person, xmlDocPtr doc, xmlAttr* attribs) {
xmlChar *str;
- gchar *attr;
+ const gchar *attr;
AttribDef* data;
while (person && attribs) {
More information about the Commits
mailing list