]> sigrok.org Git - pulseview.git/commit
Fix #592 completely by showing the actual error message
authorSoeren Apel <redacted>
Fri, 28 Aug 2015 06:35:56 +0000 (08:35 +0200)
committerSoeren Apel <redacted>
Fri, 28 Aug 2015 06:35:56 +0000 (08:35 +0200)
commitaccd9c0506657c2444caef9aa3aa5de71a94b60a
tree3c9ef060a880503783a8c540af303542e6d513ce
parent8fe262de9a59039431bd3b4d9a7b3ee4a4429d4d
Fix #592 completely by showing the actual error message

Before, the supplied infoMessage was ignored (unnamed parameter)
and instead the local variable infoMessage was used, which was
empty. For this reason, the cause of the error never showed.
pv/mainwindow.cpp