From: <rl...@us...> - 2006-05-08 17:16:22
|
Revision: 16139 Author: rlaager Date: 2006-05-07 07:14:09 -0700 (Sun, 07 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16139&view=rev Log Message: ----------- hingwah says my comment wasn't as accurate as it could be. Modified Paths: -------------- trunk/src/protocols/oscar/oscar.c Modified: trunk/src/protocols/oscar/oscar.c =================================================================== --- trunk/src/protocols/oscar/oscar.c 2006-05-07 07:55:13 UTC (rev 16138) +++ trunk/src/protocols/oscar/oscar.c 2006-05-07 14:14:09 UTC (rev 16139) @@ -3651,7 +3651,7 @@ oscar_string_append(gc->account, str, "\n<br>", _("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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |