changeset 20965:d447ccd6c34c

merge of '51bc20100c62f71bc194d00b719c01b8dee40609' and 'e82ae16ed445d6896fec536a492fcc17bc6098e4'
author Mark Doliner <mark@kingant.net>
date Tue, 16 Oct 2007 06:50:18 +0000
parents f9e169ba967f (current diff) 4a8366502f01 (diff)
children dbbe341b5283
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;