libpurple/util.c

changeset 21037
4861a7fc6708
parent 20992
cac93835d527
child 21045
3357c6b91a7a
--- a/libpurple/util.c	Tue Oct 16 04:27:20 2007 +0000
+++ b/libpurple/util.c	Tue Oct 16 06:40:06 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