mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Fix possible loss of data warning in RGBController_EVGAKeyboard.cpp
This commit is contained in:
@@ -201,7 +201,7 @@ RGBController_EVGAKeyboard::RGBController_EVGAKeyboard(EVGAKeyboardController* c
|
||||
/*-----------------------------------------------------*\
|
||||
| Initialise the random functions from the clock |
|
||||
\*-----------------------------------------------------*/
|
||||
std::srand(time(NULL));
|
||||
std::srand((unsigned int)time(NULL));
|
||||
|
||||
controller = controller_ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user