* Add a check to the cmml parser to make sure the file is open so we don't try and...
commitbeb0c423feeafcf9f02e032e0c0570d56c08f7d2
authorilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Tue, 11 Jan 2005 11:27:06 +0000 (11 11:27 +0000)
committerilliminable <illiminable@0101bb08-14d6-0310-b084-bc0e0c8e3800>
Tue, 11 Jan 2005 11:27:06 +0000 (11 11:27 +0000)
treeaec2fd801e89b75f53e4d6fc835733490b5ea42f
parent5b0be692ada49ef3e72a180185906a20c533f4a1
* Add a check to the cmml parser to make sure the file is open so we don't try and allocate a huge chunk of mem.
* Fixed a bug in the mapped tag list which when you asked for the value of a key value pair, would just return you the key not the value.
* Also added a check in the mapped tag list, so if the key doesn't exist we don't try and deref a null pointer.

git-svn-id: http://svn.xiph.org/trunk@8722 0101bb08-14d6-0310-b084-bc0e0c8e3800
oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp
oggdsf/src/lib/codecs/cmml/libCMMLTags/C_MappedTagList.cpp