Index: branches/meklort/i386/modules/KextPatcher/kext_patcher.c =================================================================== --- branches/meklort/i386/modules/KextPatcher/kext_patcher.c (revision 738) +++ branches/meklort/i386/modules/KextPatcher/kext_patcher.c (revision 739) @@ -529,7 +529,7 @@ char* orig_string = XMLCastString(replace); verbose("Patching %s, replacing %s with %s\n", personalityName, orig_string, nameMatch); - replace_string(orig_string, new_str, plistbuffer + XMLCastStringOffset(replace), 10240); + replace_string(orig_string, nameMatch, plistbuffer + XMLCastStringOffset(replace), 10240); }