File bnc-467075-url-scanner.patch of Package evolution-data-server
--- camel/camel-url-scanner.c.orig 2009-01-16 20:39:03.000000000 +0100
+++ camel/camel-url-scanner.c 2009-01-16 20:39:26.000000000 +0100
@@ -460,7 +460,7 @@
* punctuation, so strip any trailing
* punctuation off. Also strip off any closing
* double-quotes. */
- while (inptr > pos && strchr (",.:;?!-|}]\"", inptr[-1]))
+ while (inptr > pos && strchr (",.:;?!-|}])\"", inptr[-1]))
inptr--;