Files
ardour/libs/surfaces
Robin Gareus df60eca33c Initialize uninitialized variable
This fixes a potentially undefined branch if the USB device list is empty.
dev is NULL, the loop is never entered, 'r' isn't set.
if (!dev && !r) is undefined.
2019-08-21 03:05:17 +02:00
..
2019-04-08 00:29:13 +02:00