[Commits] utils.c 1.36.2.212 1.36.2.213
colin at claws-mail.org
colin at claws-mail.org
Wed Jan 23 17:16:58 CET 2013
Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv29303/src/common
Modified Files:
Tag: gtk2
utils.c
Log Message:
2013-01-23 [colin] 3.9.0cvs59
* src/action.c
* src/common/utils.c
Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
Index: utils.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.212
retrieving revision 1.36.2.213
diff -u -d -r1.36.2.212 -r1.36.2.213
--- utils.c 3 Dec 2012 09:34:15 -0000 1.36.2.212
+++ utils.c 23 Jan 2013 16:16:56 -0000 1.36.2.213
@@ -1273,6 +1273,9 @@
in_dquote = FALSE;
else if (!in_squote)
in_dquote = TRUE;
+ } else if (*haystack == '\\') {
+ haystack++;
+ haystack_len--;
}
haystack++;
More information about the Commits
mailing list