r362: fixed overestimated chaining score

Caused by ilog2_32(0)=-1. This bug was fixed once and reoccurred as I was
tuning the score function but forgot to apply the fix.
This commit is contained in:
Heng Li
2017-09-14 10:15:22 -04:00
parent 6a82a21dee
commit f4a8766283
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include "mmpriv.h"
#include "getopt.h"
#define MM_VERSION "2.1.1-r361-dirty"
#define MM_VERSION "2.1.1-r362-dirty"
#ifdef __linux__
#include <sys/resource.h>