Chameleon

Chameleon Commit Details

Date:2010-02-13 20:11:15 (14 years 2 months ago)
Author:Rekursor
Commit:77
Parents: 76
Message:Fixed a display bug in loadAcpiTable().
Changes:
M/trunk/i386/libsaio/dsdt_patcher.c

File differences

trunk/i386/libsaio/dsdt_patcher.c
142142
143143
144144
145
145146
146
147
147148
148149
149150
return tableAddr;
}
close (fd);
printf("Couldn't allocate memory for table \n", dirspec);
}
printf("Couldn't allocate memory for table %s\n", dirspec);
printf("Couldn't find table %s\n", filename);
return NULL;
}

Archive Download the corresponding diff file

Revision: 77