未验证 提交 553055df 编写于 作者: J Jiang Tian 提交者: GitHub

fix putsInts in IntTVList

上级 ca45800e
......@@ -196,7 +196,7 @@ public class IntTVList extends TVList {
// the remaining inputs cannot fit the last array, fill the last array and create a new
// one and enter the next loop
System.arraycopy(time, idx, timestamps.get(arrayIdx), elementIdx, internalRemaining);
System.arraycopy(time, idx, values.get(arrayIdx), elementIdx, internalRemaining);
System.arraycopy(value, idx, values.get(arrayIdx), elementIdx, internalRemaining);
idx += internalRemaining;
size += internalRemaining;
checkExpansion();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册