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:
parent
95aacda3cb
commit
9ce1403cbe
@ -100,6 +100,7 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
|
||||
if (!child->parent)
|
||||
{
|
||||
RmLog(LOG_ERROR, L"FileView.dll: Invalid Path");
|
||||
return;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user