Commit 687fc358 authored by Max Kellermann's avatar Max Kellermann

output/jack: fix typo

parent c4c2da06
...@@ -658,7 +658,7 @@ JackOutput::WriteSamples(const float *src, size_t n_frames) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment