From: Rob F. <rob...@us...> - 2002-02-13 15:23:18
|
Update of /cvsroot/gaim/gaim/src/protocols/toc In directory usw-pr-cvs1:/tmp/cvs-serv17101 Modified Files: toc.c Log Message: Oops. Index: toc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/toc/toc.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- toc.c 30 Jan 2002 04:52:00 -0000 1.41 +++ toc.c 13 Feb 2002 15:23:13 -0000 1.42 @@ -232,7 +232,6 @@ case ']': case '(': case ')': - case '#': msg[cnt++] = '\\'; /* Fall through */ default: |