From: Rob F. <rob...@us...> - 2002-02-17 22:11:36
|
Update of /cvsroot/gaim/gaim/src/protocols/msn In directory usw-pr-cvs1:/tmp/cvs-serv27297 Modified Files: msn.c Log Message: Blah Index: msn.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- msn.c 7 Feb 2002 01:44:05 -0000 1.51 +++ msn.c 17 Feb 2002 22:11:32 -0000 1.52 @@ -538,6 +538,10 @@ int cont = 1; int len; + /* This is really stupid and I hate to put this here. */ + if (ms->fd != source) + ms->fd = source; + len = read(ms->fd, buf, sizeof(buf)); if (len <= 0) { |