Bug #158
kludge copy itemsize
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Eric Blossom | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | release-3.0.4 | |||
| Resolution: | fixed |
Description
Despite kludge copy having an itemsize parameter for the constructor, it can only be connected to blocks with item size of 4.
Although it appears that the "kludge" may be removed, a copy block is useful to have. Currently, I have to use skiphead(itemsize, 0) as a copy block.
History
Updated by Johnathan Corgan almost 6 years ago
- Status changed from New to Closed
- Resolution set to fixed
This was very recently been fixed on the trunk in r5831 (6/25/07).