[commit] r2033 - trunk/SDK/DecoratorLib

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Aug 27 11:45:24 CDT 2012


Author: ksmyth
Date: Mon Aug 27 11:45:24 2012
New Revision: 2033

Log:
Fix failing assert

Modified:
   trunk/SDK/DecoratorLib/DecoratorUtil.cpp

Modified: trunk/SDK/DecoratorLib/DecoratorUtil.cpp
==============================================================================
--- trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Mon Aug 27 11:45:15 2012	(r2032)
+++ trunk/SDK/DecoratorLib/DecoratorUtil.cpp	Mon Aug 27 11:45:24 2012	(r2033)
@@ -315,7 +315,7 @@
 		else if (spMetaFCO)
 			COMTHROW( spMetaFCO->get_RegistryValue( bstrPath, &bstrValue ) );
 		else
-			ASSERT(false);
+			; // assertion fails for Annotator.dll ASSERT(false);
 	}
 	catch (hresult_exception &) {
 		bstrValue.Empty();


More information about the gme-commit mailing list