r569: last commit is buggy

This commit is contained in:
Heng Li 2017-11-09 23:20:41 -05:00
parent dd18cd75de
commit d7a31e40e6
2 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ static void mm_update_extra(mm_reg1_t *r, const uint8_t *qseq, const uint8_t *qu
toff += len;
}
}
p->dp_max = max;
assert(qoff == r->qe - r->qs && toff == r->re - r->rs);
}

2
main.c
View File

@ -6,7 +6,7 @@
#include "mmpriv.h"
#include "getopt.h"
#define MM_VERSION "2.4-r568-dirty"
#define MM_VERSION "2.4-r569-dirty"
#ifdef __linux__
#include <sys/resource.h>