merge of '4a0d5781a7f702943f0ddef037818a2554b73e68'

Tue, 16 Oct 2007 06:50:18 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Tue, 16 Oct 2007 06:50:18 +0000
changeset 21041
9613c20b65a5
parent 21040
4a0d5781a7f7 (current diff)
parent 21037
4861a7fc6708 (diff)
child 21042
8c51b54fd361

merge of '4a0d5781a7f702943f0ddef037818a2554b73e68'
and '4861a7fc6708d930f72ad93f03770966d28be216'

--- a/libpurple/util.c	Tue Oct 16 06:28:54 2007 +0000
+++ b/libpurple/util.c	Tue Oct 16 06:50:18 2007 +0000
@@ -3493,7 +3493,7 @@
 	gboolean full;
 	int len;
 
-	if ((s = g_strstr_len(data, data_len, "Location: ")) == NULL)
+	if ((s = g_strstr_len(data, data_len, "\nLocation: ")) == NULL)
 		/* We're not being redirected */
 		return FALSE;
 

mercurial