processes() fix parseline
This commit is contained in:
parent
ab0b5e379f
commit
ba4477ca7f
@ -464,7 +464,11 @@ function processes(callback) {
|
|||||||
|
|
||||||
function checkColumn(i) {
|
function checkColumn(i) {
|
||||||
offset = offset2;
|
offset = offset2;
|
||||||
|
if (parsedhead[i]) {
|
||||||
offset2 = line.substring(parsedhead[i].to + offset, 1000).indexOf(' ');
|
offset2 = line.substring(parsedhead[i].to + offset, 1000).indexOf(' ');
|
||||||
|
} else {
|
||||||
|
offset2 = 10000;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
checkColumn(0);
|
checkColumn(0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user