We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be333 commit 0aed9b4Copy full SHA for 0aed9b4
examples/lsusb/lsusb.cpp
@@ -45,7 +45,7 @@ void print_device(libusbp::device & device)
45
<< '.'
46
<< std::setfill('0') << std::setw(2) << (revision & 0xFF)
47
<< ' '
48
- << device.get_os_id()
+ << os_id
49
50
<< std::setfill(' ') << std::left << serial_number
51
<< std::endl;
0 commit comments