small changes

Former-commit-id: 1fee30445f03ff627dab1c335e75c3f278621f6e
This commit is contained in:
2023-11-07 21:20:45 +02:00
parent aa0443e484
commit 8f96517f3c
2 changed files with 6 additions and 6 deletions

View File

@ -232,7 +232,7 @@ func _ReadFlatFileChunk(reader io.Reader, readers chan _FileChunk) {
// Set the buffer to the size of a chunk of data and copy any remaining data to the new buffer
buff = make([]byte, _FileChunkSize)
copy(buff, remains)
l = len(remains)
//l = len(remains)
}
}