libpurple/protocols/yahoo/yahoo_profile.c

changeset 36047
2d7d55acd82c
parent 36031
9eb8f52893d0
child 37146
b5b9c75a4b54
--- a/libpurple/protocols/yahoo/yahoo_profile.c	Thu May 15 21:11:02 2014 +0200
+++ b/libpurple/protocols/yahoo/yahoo_profile.c	Thu May 15 23:02:22 2014 +0200
@@ -1018,7 +1018,7 @@
 		purple_debug_misc("yahoo", "after utf8 conversion: stripped = (%s)\n", stripped);
 	}
 
-	if (strings && profile_state == PROFILE_STATE_DEFAULT) {
+	if (profile_state == PROFILE_STATE_DEFAULT) {
 #if 0
 	/* extract their Yahoo! ID and put it in. Don't bother marking has_info as
 	 * true, since the Yahoo! ID will always be there */

mercurial