From: Guy H <da...@us...> - 2004-10-13 23:17:50
|
Update of /cvsroot/anyedit/AnyEditv2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6206/AnyEditv2 Modified Files: TagManager.cpp Log Message: Fixed problem when updating a tag Index: TagManager.cpp =================================================================== RCS file: /cvsroot/anyedit/AnyEditv2/TagManager.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** TagManager.cpp 11 Oct 2004 23:27:43 -0000 1.12 --- TagManager.cpp 13 Oct 2004 23:17:41 -0000 1.13 *************** *** 404,410 **** bool AETag::AddData(AETag* pTag) { - if ((m_eType != Undefined) && (pTag->m_eType != Undefined) && (pTag->m_eType != m_eType)) - return false; - if (pTag->m_nLine != -1) { --- 404,407 ---- |