Issues.00430 - lordmundi/wikidoctest GitHub Wiki

00430: dsp_trail prints extra message with setting width

« 00429 | Issues | 00431 »

Summary: dsp_trail prints extra message with setting width

Created: 2012–08–13 15:56

Status: Released

Category: Bug

From: frankie

Version: 2.2

Released_In: 2.3

Description:

the dsp_trail plugin has a command line option to set line width (the -size argument). It accepts widths between 1.0 and 10.0. There is an erroneous printout no matter what size you specify saying it is setting it to 10.0 which is inaccurate. The prinout says:

plugin(dsp_trail) : Size to big, Set to 10.0

The code works as intended, but the printout is incorrect.


Comments

frankie October 09, 2012, at 11:43 AM: This has been fixed.


« 00429 | Issues | 00431 »

Associated Commits

| commit | bf8b929c1ee0a2a62080026410908bf3bee04ff9 link5 | || | Author: | Frank Graffagnino | | Date: | Tue Oct 9 11:43:03 2012 -0500 | | Message: | [@Issue 00430: Fixing erroneous printout in dsp_trail plugin @] |

Affected Files:

plugin_Darwin/dsp_trail.so    | Bin 29792 -> 29792 bytes
 plugin_Linux_FC3/dsp_trail.so | Bin 42391 -> 42403 bytes
 plugin_Win32/dsp_trail.dll    | Bin 449042 -> 449042 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

| commit | fa205ec12c5822d9da0daa201e92fdeafca9abc3 link6 | || | Author: | Frank Graffagnino | | Date: | Tue Oct 9 11:41:37 2012 -0500 | | Message: | [@Issue 00430: Fixing erroneous printout from dsp_trail plugin. THe code worked, but the printout was not correct. @] |

Affected Files:

src/plugins/dsp_trail.c | 6 +++±-
 1 file changed, 4 insertions(+), 2 deletions(-)