mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	WebParser: Change to use RmReplaceVariables
This commit is contained in:
		@@ -784,10 +784,10 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
 | 
			
		||||
				section.insert(0, L"[");
 | 
			
		||||
				section += L']';
 | 
			
		||||
 | 
			
		||||
				// A non-WebParser measure was found, read a "dummy" key value
 | 
			
		||||
				// A non-WebParser measure was found.
 | 
			
		||||
				if (!found)
 | 
			
		||||
				{
 | 
			
		||||
					replacedTokens[token] = RmReadString(rm, L"DUMMY", section.c_str(), TRUE);
 | 
			
		||||
					replacedTokens[token] = RmReplaceVariables(rm, section.c_str());
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user