[commit] r1975 - trunk/GME/Mga

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Jul 23 13:24:35 CDT 2012


Author: ksmyth
Date: Mon Jul 23 13:24:35 2012
New Revision: 1975

Log:
Actually fix MgaFCO stale attribute cache

Modified:
   trunk/GME/Mga/MgaAttribute.h

Modified: trunk/GME/Mga/MgaAttribute.h
==============================================================================
--- trunk/GME/Mga/MgaAttribute.h	Mon Jul 23 12:13:58 2012	(r1974)
+++ trunk/GME/Mga/MgaAttribute.h	Mon Jul 23 13:24:35 2012	(r1975)
@@ -131,7 +131,6 @@
 
 	void clear()
 	{
-		return;
 		size_t mref = 0;
 		for (size_t mref = 0; mref < sizeof(pool) / sizeof(pool[0]); mref++)
 		{


More information about the gme-commit mailing list