Chameleon

Chameleon Commit Details

Date:2011-08-01 16:21:22 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1252
Parents: 1251
Message:Fix typo for kernel cache on pre 10.7 machines
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
537537
538538
539539
540
540
541541
542542
543543
// Reset cache name.
bzero(gCacheNameAdler + 64, sizeof(gCacheNameAdler) - 64);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->chameleonConfig);
sprintf(gCacheNameAdler + 64, "%s,%s", gRootDevice, bootInfo->bootFile);
adler32 = Adler32((unsigned char *)gCacheNameAdler, sizeof(gCacheNameAdler));

Archive Download the corresponding diff file

Revision: 1252