This commit is contained in:
Zyntax3rror 2018-04-22 18:55:40 +00:00 committed by GitHub
commit 218f9398fe
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';