#503: module-jack-source.c: incorrect use of the pa_assert() macro ---------------------------+------------------------------------------------ Reporter: rantala | Owner: lennart Type: defect | Status: new Priority: normal | Milestone: 0.9.15 Component: module-jack-* | Severity: normal Keywords: | ---------------------------+------------------------------------------------ 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)); }}} -- Ticket URL: <http://pulseaudio.org/ticket/503> PulseAudio <http://pulseaudio.org/> The PulseAudio Sound Server _______________________________________________ pulseaudio-tickets mailing list pulseaudio-tickets@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets