This commit is contained in:
Sébastien Fabbro 2013-07-25 14:17:31 -07:00
commit fa2cc65a0b
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ static int numa_check(void) {
}
while ((dir = readdir(dp)) != NULL) {
if (*(unsigned int *) dir -> d_name == 0x065646f6eU) {
if (*(char *) dir -> d_name == 0x065646f6eU) {
node = atoi(&dir -> d_name[4]);