From: Sean E. <sea...@us...> - 2002-03-16 22:18:41
|
Update of /cvsroot/gaim/gaim/src/protocols/oscar In directory usw-pr-cvs1:/tmp/cvs-serv25012/src/protocols/oscar Modified Files: oscar.c Log Message: Poor, poor msn_embarrassed.xpm. Thanks for rescuing him, Vinay Sahni. Also, truncating oscar passwords to 8 characters. Index: oscar.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/oscar/oscar.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- oscar.c 16 Mar 2002 20:14:24 -0000 1.119 +++ oscar.c 16 Mar 2002 22:18:38 -0000 1.120 @@ -482,7 +482,7 @@ odata->icq = TRUE; /* this is odd but it's necessary for a proper do_import and do_export */ gc->protocol = PROTO_ICQ; - gc->password[9] = 0; + gc->password[8] = 0; } else { gc->protocol = PROTO_TOC; gc->flags |= OPT_CONN_HTML; |