Skip to content

Commit

Permalink
Driver event translation now set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Apr 28, 2020
1 parent d6c545f commit f6d3963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vscp/common/devicelist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ CDeviceList::addItem(const std::string &strName,
pDeviceItem->m_strParameter = strParameter;
pDeviceItem->m_strPath = strPath;
pDeviceItem->m_interface_guid = guid;

pDeviceItem->m_translation = translation;

// Set buffer sizes and flags
pDeviceItem->m_DeviceFlags = flags;

Expand Down

0 comments on commit f6d3963

Please sign in to comment.