fix out-of-bounds array access in export report.
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 20 Mar 2016 11:19:31 +0000 (11:19 +0000)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Sun, 20 Mar 2016 11:19:31 +0000 (11:19 +0000)
commit8df6101fd39c50cf40b7a4991bbba50ea59feda3
treee3e5a42078840e48dfe51f07b06021b113c5f29d
parent7840bb1b14dcf2501b2cd6adc3f2960397a115f7
fix out-of-bounds array access in export report.

cppcheck reports "gtk2_ardour/export_report.cc:260: error: Array 'y0[4]'
accessed at index 4, which is out of bounds.", which seems indeed to be
the case.
gtk2_ardour/export_report.cc