mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	This commit is contained in:
		@@ -177,7 +177,7 @@ UINT Initialize(HMODULE instance, LPCTSTR iniFile, LPCTSTR section, UINT id)
 | 
				
			|||||||
		data->stringIndex2 = _wtoi(tmpSz);
 | 
							data->stringIndex2 = _wtoi(tmpSz);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	tmpSz = ReadConfigString(section, L"UpdateRate", L"1");
 | 
						tmpSz = ReadConfigString(section, L"UpdateRate", L"600");
 | 
				
			||||||
	if (tmpSz)
 | 
						if (tmpSz)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		data->updateRate = _wtoi(tmpSz);
 | 
							data->updateRate = _wtoi(tmpSz);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user