Merge lp:~marcustomlinson/dspatch/lp-1357399 into lp:dspatch/2.62

Proposed by Marcus Tomlinson
Status: Merged
Merged at revision: 25
Proposed branch: lp:~marcustomlinson/dspatch/lp-1357399
Merge into: lp:dspatch/2.62
Diff against target: 31 lines (+1/-2)
2 files modified
include/DSPatch.h (+1/-0)
src/DspComponent.cpp (+0/-2)
To merge this branch: bzr merge lp:~marcustomlinson/dspatch/lp-1357399
Reviewer Review Type Date Requested Status
Marcus Tomlinson Pending
Review via email: mp+231119@code.launchpad.net

Commit message

To post a comment you must log in.
26. By Marcus Tomlinson

Updated doc

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/DSPatch.h'
2--- include/DSPatch.h 2014-08-17 10:44:10 +0000
3+++ include/DSPatch.h 2014-08-17 10:51:40 +0000
4@@ -376,6 +376,7 @@
5 - Added alternative Get* methods returning const pointers.
6 - Increased build warning level and fixed all issues.
7 - Uninitialised variable fix for DspParameter.
8+ - Fixed GetInput/OutputName() empty string return bug.
9
10 \subsection v261 v.2.61 (16 June 2014)
11 - Introduced component parameters (DspParameter).
12
13=== modified file 'src/DspComponent.cpp'
14--- src/DspComponent.cpp 2014-07-26 08:01:41 +0000
15+++ src/DspComponent.cpp 2014-08-17 10:51:40 +0000
16@@ -188,7 +188,6 @@
17 {
18 inputName = _inputBus.GetSignal( index )->GetSignalName();
19 }
20- inputName = "";
21
22 ResumeAutoTick();
23 return inputName;
24@@ -206,7 +205,6 @@
25 {
26 outputName = _outputBus.GetSignal( index )->GetSignalName();
27 }
28- outputName = "";
29
30 ResumeAutoTick();
31 return outputName;

Subscribers

People subscribed via source and target branches

to all changes: