fixed a build error

renamed SMC_CreateParse to SMC_CreateParser

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40369
This commit is contained in:
David Anderson
2007-01-25 21:50:45 +00:00
parent 84d1627c6e
commit eaa989cb6b
3 changed files with 6 additions and 3 deletions
+3
View File
@@ -695,6 +695,9 @@ void HandleSystem::ReleasePrimHandle(unsigned int index)
{
/* Extra work to do. We need to find everything connected to this identity and release it. */
unsigned int ch_index;
#if defined _DEBUG
unsigned int old_index = 0;
#endif
while ((ch_index = pHandle->ch_next) != 0)
{
pLocal = &m_Handles[ch_index];