output/jack: fix typo
This commit is contained in:
parent
c4c2da06b7
commit
687fc358fd
@ -658,7 +658,7 @@ JackOutput::WriteSamples(const float *src, size_t n_frames)
|
|||||||
|
|
||||||
if (e.len < space)
|
if (e.len < space)
|
||||||
/* send data symmetrically */
|
/* send data symmetrically */
|
||||||
space = e->len;
|
space = e.len;
|
||||||
|
|
||||||
dest[i] = (float *)e.buf;
|
dest[i] = (float *)e.buf;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user