ardour/libs/surfaces/contourdesign
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
..
button_config_widget.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
button_config_widget.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
contourdesign.cc Initialize uninitialized variable 2019-08-21 03:05:17 +02:00
contourdesign.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
contourdesign_gui.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
interface.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
jump_distance_widget.cc Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
jump_distance_widget.h Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
wscript Shuttle Surface: fix linking .dll 2019-05-26 12:46:37 +02:00