fixed incorrect var coordinate
This commit is contained in:
parent
379457c18b
commit
662d05dc02
|
|
@ -156,7 +156,7 @@ while (file.readline(buf) >= 0) {
|
|||
++blen, ++n_diff;
|
||||
} else if (m[1] == '-') {
|
||||
out.push([t[5], x, x + m[2].length, cov, t[11], m[2], '-']);
|
||||
++blen, ++n_diff;
|
||||
x += m[2].length, ++blen, ++n_diff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue