# HG changeset patch # User Richard Laager # Date 1147011249 0 # Node ID ed73ef86f40c87fafa7959f5671451036252d2f6 # Parent 4b6308145fcd32e9f8d730a7f7055570e5edb2a9 [gaim-migrate @ 16139] hingwah says my comment wasn't as accurate as it could be. committer: Tailor Script diff -r 4b6308145fcd -r ed73ef86f40c src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Sun May 07 07:55:13 2006 +0000 +++ b/src/protocols/oscar/oscar.c Sun May 07 14:14:09 2006 +0000 @@ -3651,7 +3651,7 @@ oscar_string_append(gc->account, str, "\n
", _("Gender"), info->gender == 1 ? _("Female") : _("Male")); if ((info->birthyear > 1900) && (info->birthmonth > 0) && (info->birthday > 0)) { /* Initialize the struct properly or strftime() will crash - * on some systems (Debian Sarge AMD64). */ + * under some conditions (e.g. Debian sarge w/ LANG=en_HK). */ time_t t = time(NULL); struct tm *tm = localtime(&t);