From: Eric W. <war...@us...> - 2001-11-19 03:44:56
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv29730 Modified Files: core.h Log Message: why did they choose 387? Index: core.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/core.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- core.h 2001/10/24 10:23:48 1.11 +++ core.h 2001/11/19 03:44:53 1.12 @@ -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; |