From: Eric W. <war...@us...> - 2001-11-19 04:10:01
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv5290 Modified Files: core.h Log Message: you didn't see that Index: core.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/core.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- core.h 2001/11/19 03:44:53 1.12 +++ core.h 2001/11/19 04:09:58 1.13 @@ -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[388]; /* 121 because MSN names can be 387 characters */ + char show[388]; /* because MSN names can be 387 characters */ int present; int evil; time_t signon; |