changeset 13728:ed73ef86f40c

[gaim-migrate @ 16139] hingwah says my comment wasn't as accurate as it could be. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 07 May 2006 14:14:09 +0000
parents 4b6308145fcd
children 74033e0831bc
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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<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);