Mercurial > pidgin.yaz
changeset 4628:ebae85185165
[gaim-migrate @ 4919]
Not as good as this.
Another funny word:
"Maritime."
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 28 Feb 2003 23:11:04 +0000 |
parents | bcfda01c707a |
children | 86fd0f6eaa1a |
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 Fri Feb 28 22:51:17 2003 +0000 +++ b/src/protocols/oscar/oscar.c Fri Feb 28 23:11:04 2003 +0000 @@ -3551,7 +3551,7 @@ tm.tm_mday = (int)info->birthday; tm.tm_mon = (int)info->birthmonth-1; tm.tm_year = (int)info->birthyear-1900; - strftime(date, sizeof(date), "%e %B %Y", &tm); + strftime(date, sizeof(date), "%x", &tm); tmp = buf; buf = g_strconcat(tmp, "\n<br><b>Birthday:</b> ", date, NULL); g_free(tmp); } if (info->age) {