libpurple/protocols/yahoo/yahoo_profile.c

branch
release-2.x.y
changeset 36029
cd7db320cf5c
parent 33769
96f89e35d24d
child 36031
9eb8f52893d0
equal deleted inserted replaced
36028:fc5300cb3617 36029:cd7db320cf5c
1021 yahoo_remove_nonbreaking_spaces(last_updated_utf8_string); 1021 yahoo_remove_nonbreaking_spaces(last_updated_utf8_string);
1022 1022
1023 purple_debug_misc("yahoo", "after utf8 conversion: stripped = (%s)\n", stripped); 1023 purple_debug_misc("yahoo", "after utf8 conversion: stripped = (%s)\n", stripped);
1024 } 1024 }
1025 1025
1026 if (profile_state == PROFILE_STATE_DEFAULT) { 1026 if (strings && profile_state == PROFILE_STATE_DEFAULT) {
1027 #if 0 1027 #if 0
1028 /* extract their Yahoo! ID and put it in. Don't bother marking has_info as 1028 /* extract their Yahoo! ID and put it in. Don't bother marking has_info as
1029 * true, since the Yahoo! ID will always be there */ 1029 * true, since the Yahoo! ID will always be there */
1030 if (!purple_markup_extract_info_field(stripped, stripped_len, user_info, 1030 if (!purple_markup_extract_info_field(stripped, stripped_len, user_info,
1031 strings->yahoo_id_string, (yd->jp ? 2 : 10), "\n", 0, 1031 strings->yahoo_id_string, (yd->jp ? 2 : 10), "\n", 0,

mercurial