File diff r6100:8b07959a2915 → r6101:71bec39f4360
src/yapf/yapf_base.hpp
Show inline comments
 
@@ -134,7 +134,7 @@ public:
 
			}
 
		}
 

	
 
		bool bDestFound = (m_pBestDestNode != NULL);
 
		bool bDestFound = (m_pBestDestNode != NULL) && (m_pBestDestNode != m_pBestIntermediateNode);
 

	
 
#ifndef NO_DEBUG_MESSAGES
 
		perf.Stop();