[commit] r2129 - trunk/GME/Parser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Dec 19 09:55:57 CST 2012


Author: ksmyth
Date: Wed Dec 19 09:55:55 2012
New Revision: 2129

Log:
Fix Debug compile error

Modified:
   trunk/GME/Parser/MgaParser.cpp

Modified: trunk/GME/Parser/MgaParser.cpp
==============================================================================
--- trunk/GME/Parser/MgaParser.cpp	Tue Dec 18 17:53:14 2012	(r2128)
+++ trunk/GME/Parser/MgaParser.cpp	Wed Dec 19 09:55:55 2012	(r2129)
@@ -158,7 +158,7 @@
 		CloseAll();
 		clear_GME( m_GME);
 
-		ASSERT( FAILED(e.hr) );
+		ASSERT( FAILED(e.Error()) );
 		if (e.Description() != _bstr_t())
 			SetErrorInfo(e.Description());
 


More information about the gme-commit mailing list