Skip to content

Commit

Permalink
Update plugins/usbdmx/EuroliteProFactory.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <[email protected]>
  • Loading branch information
aroffringa and peternewman authored Aug 22, 2023
1 parent 0ea9bce commit b167028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/usbdmx/EuroliteProFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ EuroliteProFactory::EuroliteProFactory(ola::usb::LibUsbAdaptor *adaptor,
m_adaptor(adaptor),
m_enable_eurolite_mk2(IsEuroliteMk2Enabled(preferences)) {
const std::vector<std::string> serials =
preferences->GetMultipleValue(EUROLITE_MK2_SERIAL_KEY);
preferences->GetMultipleValue(EUROLITE_MK2_SERIAL_KEY);
for (const std::string& serial : serials) {
if (serial.empty()) {
OLA_WARN << EUROLITE_MK2_SERIAL_KEY
Expand Down

0 comments on commit b167028

Please sign in to comment.