Fixed silly bug introduced by earlier fix for bars (spotted by Jeff)

git-svn-id: https://flot.googlecode.com/svn/trunk@154 1e0a6537-2640-0410-bfb7-f154510ff394
pull/1/head
olau@iola.dk 17 years ago
parent 20e10d56f7
commit 044ee4e5b8

@ -418,7 +418,7 @@
p.push(y); p.push(y);
for (m = 2; m < incr; ++m) for (m = 2; m < incr; ++m)
p[j + m] = points[j + m]; p.push(points[j + m]);
} }
// possibly split lines // possibly split lines

Loading…
Cancel
Save