Fix possible loss of data warning in RGBController_EVGAKeyboard.cpp
This commit is contained in:
parent
c392e2c6ca
commit
1ba692a0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue