Update Summary.cpp

This commit is contained in:
Zyntax3rror 2018-03-31 00:42:31 +02:00 committed by GitHub
parent d24babb96e
commit 1075f2069a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ static void print_threads()
{
char buf[32];
if (Options::i()->affinity() != -1L) {
snprintf(buf, 32, ", affinity=0x%" PRIX64, Options::i()->affinity());
snprintf(buf, 32, "\x1B[01;37m, affinity=0x%" PRIX64, Options::i()->affinity());
}
else {
buf[0] = '\0';