diff options
Diffstat (limited to 'synth/jack.cpp')
-rw-r--r-- | synth/jack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synth/jack.cpp b/synth/jack.cpp index 79c7b4a..c86cbce 100644 --- a/synth/jack.cpp +++ b/synth/jack.cpp @@ -459,7 +459,7 @@ int process_callback(jack_nframes_t nframes, void *notused) #endif // if the above changes, (1) must also change #ifdef FRAMESKIP - for (size_t k=i+frameskip-1;k>i;k--) + for (size_t k=i+frameskip-1;k>i;--k) { outbuf[j][k]=outbuf[j][i]; #ifdef STEREO |