Ticket #503 (closed defect: fixed)
module-jack-source.c: incorrect use of the pa_assert() macro
| Reported by: | rantala | Owned by: | lennart |
|---|---|---|---|
| Milestone: | 0.9.15 | Component: | module-jack-* |
| Keywords: | Cc: |
Description
The following use of pa_assert() should probably be replaced with pa_assert_se():
http://www.pulseaudio.org/browser/src/modules/module-jack-source.c#L166
165 for (c = 0; c < u->channels; c++) 166 pa_assert(buffer[c] = jack_port_get_buffer(u->port[c], nframes));
Change History
Note: See
TracTickets for help on using
tickets.
