diff libpurple/util.c @ 20355:3f57415f5b8b

applied changes from 5473bd4fec59a55c8ad482c92cc518fea564a241 through 2859800860a726be81d3a19e19a5138521211b27 applied changes from 4c59953fd39724c7b48e897585df61dab901c4d2 through e82ae16ed445d6896fec536a492fcc17bc6098e4
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Oct 2007 04:56:11 +0000
parents 07c2e60026da
children d8a47f12a3c4
line wrap: on
line diff
--- a/libpurple/util.c	Sun Oct 21 04:54:43 2007 +0000
+++ b/libpurple/util.c	Sun Oct 21 04:56:11 2007 +0000
@@ -3510,7 +3510,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;