s/count/af_count/

Thanks lovell!
This commit is contained in:
Kleis Auke Wolthuizen 2020-03-24 12:55:07 +01:00
parent af21838fab
commit ceacd0bab9
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ get_num_processors( void )
/* Prefer affinity-based result, if available /* Prefer affinity-based result, if available
*/ */
if( af_count > 0 ) if( af_count > 0 )
nproc = count; nproc = af_count;
} }
} }
#endif /*OS_WIN32*/ #endif /*OS_WIN32*/