[commit] r1703 - trunk/SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Nov 23 12:40:05 CST 2011


Author: ksmyth
Date: Wed Nov 23 12:40:05 2011
New Revision: 1703

Log:
Easier debugging

Modified:
   trunk/SDK/BON/Common/BONImpl.cpp

Modified: trunk/SDK/BON/Common/BONImpl.cpp
==============================================================================
--- trunk/SDK/BON/Common/BONImpl.cpp	Wed Nov 23 12:39:54 2011	(r1702)
+++ trunk/SDK/BON/Common/BONImpl.cpp	Wed Nov 23 12:40:05 2011	(r1703)
@@ -1669,7 +1669,8 @@
 
 	long RegistryNodeImpl::getIntegerValue() const
 	{
-		return (long) Util::Variant( getValue() );
+		long ret = (long) Util::Variant( getValue() );
+		return ret;
 	}
 
 	void RegistryNodeImpl::setIntegerValue( long lValue )


More information about the gme-commit mailing list