From: <ha...@us...> - 2003-03-31 21:35:11
|
Update of /cvsroot/decaldev/source/DecalFilters In directory sc8-pr-cvs1:/tmp/cvs-serv18394 Modified Files: IdentifyQueue.cpp Log Message: wouldn't compile in debug mode Index: IdentifyQueue.cpp =================================================================== RCS file: /cvsroot/decaldev/source/DecalFilters/IdentifyQueue.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** IdentifyQueue.cpp 31 Mar 2003 21:32:19 -0000 1.5 --- IdentifyQueue.cpp 31 Mar 2003 21:35:06 -0000 1.6 *************** *** 134,138 **** #ifdef _DEBUG char szOut[2048]; memset( szOut, 0, sizeof( szOut ) ); ! _snprintf( szOut, sizeof( szOut ), "IDF: Deleting ID 0x%8X from Queue!", Front->lObjectID ); m_pHooks->ChatOut( _bstr_t( szOut ), 7 ); #endif --- 134,138 ---- #ifdef _DEBUG char szOut[2048]; memset( szOut, 0, sizeof( szOut ) ); ! _snprintf( szOut, sizeof( szOut ), "IDF: Deleting ID 0x%8X from Queue!", m_Queue[0]->lObjectID ); m_pHooks->ChatOut( _bstr_t( szOut ), 7 ); #endif *************** *** 159,163 **** #ifdef _DEBUG char szOut[2048]; memset( szOut, 0, sizeof( szOut ) ); ! _snprintf( szOut, sizeof( szOut ), "IDF: Requested ID for 0x%8X!", Front->lObjectID ); m_pHooks->ChatOut( _bstr_t( szOut ), 7 ); #endif --- 159,163 ---- #ifdef _DEBUG char szOut[2048]; memset( szOut, 0, sizeof( szOut ) ); ! _snprintf( szOut, sizeof( szOut ), "IDF: Requested ID for 0x%8X!", m_Queue[0]->lObjectID ); m_pHooks->ChatOut( _bstr_t( szOut ), 7 ); #endif |