diff options
Diffstat (limited to 'cmd_fir1p.c')
-rw-r--r-- | cmd_fir1p.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd_fir1p.c b/cmd_fir1p.c index d56eb1c..b011719 100644 --- a/cmd_fir1p.c +++ b/cmd_fir1p.c @@ -75,6 +75,7 @@ void *cmd_fir1p(void *data) for (i=0;i<count;i++) { + //cut to max size 512 char str_double[16]; snprintf(str_double, 16, "%.3f ", output[i]); out_result = sdscat(out_result, str_double); |