mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed mistake in 554dae1
This commit is contained in:
parent
e078447838
commit
10eed6f131
@ -150,7 +150,7 @@ PLUGIN_EXPORT void Reload(void* data, void* rm, double* maxValue)
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Select a WLAN interface, default 0.
|
// Select a WLAN interface, default 0.
|
||||||
int value = RmReadInt(rm, L"WifiIntfID", 0);
|
value = RmReadInt(rm, L"WifiIntfID", 0);
|
||||||
if (value >= (int)g_pIntfList->dwNumberOfItems)
|
if (value >= (int)g_pIntfList->dwNumberOfItems)
|
||||||
{
|
{
|
||||||
logValueError(L"WifiIntfID");
|
logValueError(L"WifiIntfID");
|
||||||
|
Loading…
Reference in New Issue
Block a user