DIRECTOR: LINGO: Fix the number of chunks

Deleted these lines by accident...
This commit is contained in:
djsrv 2021-06-08 22:19:38 -04:00
parent 35e68aece3
commit 12565cb272

View File

@ -987,6 +987,8 @@ Datum LC::chunkRef(ChunkType type, int startChunk, int endChunk, const Datum &sr
if (startChunk < 1) {
// return the last chunk we found
startChunk = chunkNum;
endChunk = chunkNum;
exprStartIdx = chunkStartIdx;
exprEndIdx = chunkEndIdx;
} else {