mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
fix a bogus assert
This commit is contained in:
parent
634afede7d
commit
9314db79db
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ pa_cvolume* pa_cvolume_scale(pa_cvolume *v, pa_volume_t max) {
|
|||
unsigned c;
|
||||
pa_volume_t t = 0;
|
||||
|
||||
pa_assert(c);
|
||||
pa_assert(v);
|
||||
|
||||
for (c = 0; c < v->channels; c++)
|
||||
if (v->values[c] > t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue