mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Fixed crash when referencing an invalid path.
This commit is contained in:
		@@ -100,6 +100,7 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
 | 
				
			|||||||
		if (!child->parent)
 | 
							if (!child->parent)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			RmLog(LOG_ERROR, L"FileView.dll: Invalid Path");
 | 
								RmLog(LOG_ERROR, L"FileView.dll: Invalid Path");
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user