diff src/dialogs.c @ 2228:07c6d1d3e3fd

[gaim-migrate @ 2238] fix importing blt's that are dos-ified. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 06 Sep 2001 22:08:39 +0000
parents 6d5f7cbf1882
children bd9d403fb15b
line wrap: on
line diff
--- a/src/dialogs.c	Thu Sep 06 20:46:06 2001 +0000
+++ b/src/dialogs.c	Thu Sep 06 22:08:39 2001 +0000
@@ -2945,7 +2945,7 @@
         fgets(first, 64, f);
 
 	/* AIM 4 buddy list */
-	if (!g_strcasecmp(first, "Config {\n")) {
+	if (!g_strncasecmp(first, "Config {", strlen("Config {"))) {
 		debug_printf("aim 4\n");
 		rewind(f);
 		translate_blt (f, buf);