[gaim-migrate @ 2765]

Mon, 19 Nov 2001 03:44:53 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Mon, 19 Nov 2001 03:44:53 +0000
changeset 2752
d507ea7827b2
parent 2751
5fb4985cb441
child 2753
6af602415d93

[gaim-migrate @ 2765]
why did they choose 387?

src/core.h file | annotate | diff | comparison | revisions
--- a/src/core.h	Mon Nov 19 02:53:46 2001 +0000
+++ b/src/core.h	Mon Nov 19 03:44:53 2001 +0000
@@ -112,7 +112,7 @@
 struct buddy {
 	int edittype; /* XXX CUI: this is really a GUI function and we need to put this in ui.h */
 	char name[80];
-	char show[80];
+	char show[388]; /* 121 because MSN names can be 387 characters */
         int present;
 	int evil;
 	time_t signon;

mercurial