Fixed aliasing

This commit is contained in:
Sebastien Fabbro 2013-07-24 09:45:26 -07:00
parent 63f14189e3
commit 4e1eba58aa
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]);