mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Code cleanup & cosmetics.
This commit is contained in:
		@@ -84,7 +84,7 @@ bool CMeasureCalc::Update()
 | 
			
		||||
	char* errMsg = MathParser_Parse(m_Parser, ConvertToAscii(m_Formula.c_str()).c_str(), &m_Value);
 | 
			
		||||
	if (errMsg != NULL)
 | 
			
		||||
	{
 | 
			
		||||
		DebugLog(ConvertToWide(errMsg).c_str());
 | 
			
		||||
		LSLog(LOG_DEBUG, APPNAME, ConvertToWide(errMsg).c_str());
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	return PostUpdate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user