Fixed end of match boundary update issues

This commit is contained in:
senhuang42
2020-10-07 13:56:25 -04:00
parent 28394b64f2
commit 6ccd97fc96
5 changed files with 72 additions and 56 deletions
+1
View File
@@ -94,6 +94,7 @@ typedef struct {
typedef struct {
rawSeq* seq; /* The start of the sequences */
BYTE const* base;
size_t pos; /* The position where reading stopped. <= size. */
size_t size; /* The number of sequences. <= capacity. */
size_t capacity; /* The capacity starting from `seq` pointer */