[commit] r1389 - trunk/GME/Parser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Jun 27 16:28:09 CDT 2011


Author: ksmyth
Date: Mon Jun 27 16:28:09 2011
New Revision: 1389

Log:
SetErrorInfo

Modified:
   trunk/GME/Parser/GenParser.cpp

Modified: trunk/GME/Parser/GenParser.cpp
==============================================================================
--- trunk/GME/Parser/GenParser.cpp	Mon Jun 27 16:27:43 2011	(r1388)
+++ trunk/GME/Parser/GenParser.cpp	Mon Jun 27 16:28:09 2011	(r1389)
@@ -69,6 +69,7 @@
 			_T("XML parser error in file %s : %s"), xmlfile.c_str(), desc.c_str());
 
 	errorinfo = str.c_str();
+	SetErrorInfo(const_cast<TCHAR*>(str.c_str()));
 	HR_THROW(E_XMLPARSER);
 }
 


More information about the gme-commit mailing list