[commit] r1626 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Oct 13 10:50:45 CDT 2011
Author: ksmyth
Date: Thu Oct 13 10:50:45 2011
New Revision: 1626
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:50:35 2011 (r1625)
+++ trunk/GME/Gme/GMEApp.cpp Thu Oct 13 10:50:45 2011 (r1626)
@@ -1337,7 +1337,7 @@
if (FAILED(hr = mgaProject->QueryProjectInfo(PutInBstr(conn), &version, &parn, &parv, &parg, &ro_mode))) {
COMTHROW(hr);
}
- while (true) {
+ while (FAILED(HR)) {
CString msg;
CComVariant guidpar;
CString newparname;
More information about the gme-commit
mailing list