Fix warning in OpenRGBDevicePage.cpp
This commit is contained in:
parent
c0cb942ea7
commit
19459edbc9
1 changed files with 1 additions and 1 deletions
|
|
@ -733,7 +733,7 @@ void Ui::OpenRGBDevicePage::UpdateModeUi()
|
|||
{
|
||||
char id_buf[32];
|
||||
// TODO: translate
|
||||
snprintf(id_buf, 16, "Mode Color %u", i);
|
||||
snprintf(id_buf, 32, "Mode Color %u", i);
|
||||
ui->LEDBox->addItem(id_buf);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue