From: Guy H <da...@us...> - 2004-10-11 23:28:03
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31542/AnyEditv2 Modified Files: TagManager.cpp Log Message: Fixed small bug that added a space in the wrong place in the function tag signature Index: TagManager.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/TagManager.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TagManager.cpp 28 Sep 2004 16:48:46 -0000 1.11 --- TagManager.cpp 11 Oct 2004 23:27:43 -0000 1.12 *************** *** 615,618 **** --- 615,619 ---- // A character was added, spaces are valid now bInitial = false; + bSpaced = false; } } |