output/jack: fix typo

This commit is contained in:
Max Kellermann 2014-12-24 23:22:54 +01:00
parent c4c2da06b7
commit 687fc358fd

View File

@ -658,7 +658,7 @@ JackOutput::WriteSamples(const float *src, size_t n_frames)
if (e.len < space)
/* send data symmetrically */
space = e->len;
space = e.len;
dest[i] = (float *)e.buf;
}