From 7c99e9ab6b3e218af92aa3544e64f16d07a9ac72 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sat, 7 Feb 2004 02:56:32 +0000 Subject: Use strrchr, not strchr. 2004-02-06 Jeffrey Stedfast * camel-provider.c (camel_provider_init): Use strrchr, not strchr. svn path=/trunk/; revision=24668 --- camel/camel-url-scanner.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/camel-url-scanner.c') diff --git a/camel/camel-url-scanner.c b/camel/camel-url-scanner.c index 3d7c0b6053..9bd46e8333 100644 --- a/camel/camel-url-scanner.c +++ b/camel/camel-url-scanner.c @@ -244,6 +244,8 @@ camel_url_addrspec_end (const char *in, const char *pos, const char *inend, urlm inptr++; else return FALSE; + + got_dot = TRUE; } else { while (inptr < inend) { if (is_domain (*inptr)) -- cgit v1.2.3