]> sigrok.org Git - pulseview.git/commit
Factored device title printing code out into pv::DeviceManager::format_device_title
authorJoel Holdsworth <redacted>
Mon, 29 Apr 2013 08:14:46 +0000 (09:14 +0100)
committerJoel Holdsworth <redacted>
Mon, 29 Apr 2013 08:27:47 +0000 (09:27 +0100)
commitdd63af740355865cc0659dfba74ecf4445414bc8
treedc8e61b0577791ed6e20d6abb9b5a1671f99c67b
parent107ca6d350b51186d12dac9273f6ed130b3f5dd7
Factored device title printing code out into pv::DeviceManager::format_device_title

This fixes the earlier bug where pv::DeviceManager::compare_devices
would crash if any of the device string fields were NULL.
pv/devicemanager.cpp
pv/devicemanager.h
pv/dialogs/connect.cpp
pv/toolbars/samplingbar.cpp