aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-08-22 21:38:06 +0200
committercbdev <cb@cbcdn.com>2019-08-22 21:38:06 +0200
commitbfa4cbb012ce49f59d983d275da8837b50872c16 (patch)
treea4038e2d2c183c19009dbc2a795a6ee28f85cba0 /backends/maweb.c
parent8b016f61a4b3d3be0c7b1e311209ab991276af0c (diff)
downloadmidimonster-bfa4cbb012ce49f59d983d275da8837b50872c16.tar.gz
midimonster-bfa4cbb012ce49f59d983d275da8837b50872c16.tar.bz2
midimonster-bfa4cbb012ce49f59d983d275da8837b50872c16.zip
Update travis dependencies
Diffstat (limited to 'backends/maweb.c')
-rw-r--r--backends/maweb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/maweb.c b/backends/maweb.c
index 07595be..9ba04fa 100644
--- a/backends/maweb.c
+++ b/backends/maweb.c
@@ -475,7 +475,6 @@ static int maweb_request_playbacks(instance* inst){
channels = data->input_channel[channel + channel_offset - 1].fields.index - (data->input_channel[channel].fields.index / 5) * 5;
-
snprintf(item_counts, sizeof(item_indices), "[%lu]", ((channels / 5) * 5 + 5));
channel += channel_offset - 1;
}