mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-14 01:24:39 -04:00
Fix warning in OpenRGBDevicePage.cpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user