Chameleon

Chameleon Commit Details

Date:2013-07-08 22:15:59 (10 years 8 months ago)
Author:ErmaC
Commit:2254
Parents: 2253
Message:Switch back changes with commit 2211.
Changes:
M/trunk/i386/boot2/drivers.c

File differences

trunk/i386/boot2/drivers.c
748748
749749
750750
751
752
751
752
753753
754754
755755
required = XMLGetProperty(moduleDict, kPropOSBundleRequired);
if ( (required != NULL) && (required->type == kTagTypeString) && !strcmp(required->string, "Safe Boot"))
//if ( (required == 0) || (required->type != kTagTypeString) || !strcmp(required->string, "Safe Boot"))
//if ( (required != NULL) && (required->type == kTagTypeString) && !strcmp(required->string, "Safe Boot"))
if ( (required == 0) || (required->type != kTagTypeString) || !strcmp(required->string, "Safe Boot"))
{
XMLFreeTag(moduleDict);
return -2;

Archive Download the corresponding diff file

Revision: 2254