[commit] r1628 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Oct 13 11:03:18 CDT 2011


Author: ksmyth
Date: Thu Oct 13 11:03:18 2011
New Revision: 1628

Log:
Fix regression from r1604

Modified:
   trunk/GME/Gme/GMEApp.cpp

Modified: trunk/GME/Gme/GMEApp.cpp
==============================================================================
--- trunk/GME/Gme/GMEApp.cpp	Thu Oct 13 10:51:02 2011	(r1627)
+++ trunk/GME/Gme/GMEApp.cpp	Thu Oct 13 11:03:18 2011	(r1628)
@@ -1337,7 +1337,7 @@
 			if (FAILED(hr = mgaProject->QueryProjectInfo(PutInBstr(conn), &version, &parn, &parv, &parg, &ro_mode))) {
 				COMTHROW(hr);
 			}
-			while (FAILED(HR)) {
+			while (FAILED(hr)) {
 				CString msg;
 				CComVariant guidpar;
 				CString newparname;


More information about the gme-commit mailing list