[Commits] procheader.c 1.47.2.55 1.47.2.56
colin at claws-mail.org
colin at claws-mail.org
Sat Nov 19 10:12:29 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv26835/src
Modified Files:
Tag: gtk2
procheader.c
Log Message:
2011-11-19 [colin] 3.7.10cvs89
* src/procheader.c
Constness fix
Index: procheader.c
===================================================================
RCS file: /home/claws-mail/claws/src/procheader.c,v
retrieving revision 1.47.2.55
retrieving revision 1.47.2.56
diff -u -d -r1.47.2.55 -r1.47.2.56
--- procheader.c 18 Nov 2011 19:36:55 -0000 1.47.2.55
+++ procheader.c 19 Nov 2011 09:12:27 -0000 1.47.2.56
@@ -1039,7 +1039,7 @@
HeaderEntry *entries = NULL, *he;
int numh = 0, i = 0;
gchar **names = NULL;
- gchar *s = str;
+ const gchar *s = str;
if (s == NULL) {
return NULL;
More information about the Commits
mailing list