Updated changelog/version

This commit is contained in:
BenDroid 2017-12-03 21:21:27 +01:00
parent 9e9f708fd8
commit 71bc6e224d
3 changed files with 8 additions and 4 deletions

View file

@ -93,7 +93,7 @@ static void print_cpu()
static void print_threads()
{
char dhtMaskBuf[256];
if (Options::i()->doubleHashThreadMask() != -1L) {
if (Options::i()->doubleHash() && Options::i()->doubleHashThreadMask() != -1L) {
std::string singleThreads;
std::string doubleThreads;