mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
small changes
Former-commit-id: 1fee30445f03ff627dab1c335e75c3f278621f6e
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user