--- a/src/protocols/yahoo/yahoo_profile.c Sat Feb 04 05:17:46 2006 +0000 +++ b/src/protocols/yahoo/yahoo_profile.c Sat Feb 04 20:55:52 2006 +0000 @@ -650,7 +650,7 @@ static char *yahoo_info_date_reformat(const char *field, size_t len) { char *tmp = g_strndup(field, len); - time_t t = gaim_str_to_time(tmp, FALSE); + time_t t = gaim_str_to_time(tmp, FALSE, NULL, NULL, NULL); g_free(tmp); return g_strdup(gaim_date_format_short(localtime(&t)));