src/protocols/oscar/oscar.c

changeset 4628
446fbf2f42d2
parent 4627
4895653771a7
child 4634
c4318fc60090
--- 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) {

mercurial