Skip to content

Commit

Permalink
Fix Whatsapp crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetrich committed Feb 16, 2012
1 parent 707ef2c commit c2460d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweak.x
Expand Up @@ -543,7 +543,7 @@ MSHook(CFTypeRef, ABCDBContextRecordForUIDOfType, void *context, void *uid, void
HOOK(ABCCopyArrayOfAllPeopleWithSortOrderingShowingPersonLinks); HOOK(ABCCopyArrayOfAllPeopleWithSortOrderingShowingPersonLinks);
HOOK(ABCCopyArrayOfPeopleInSourceAtOffset); HOOK(ABCCopyArrayOfPeopleInSourceAtOffset);
HOOK(ABCCopyArrayOfPeopleShowingLinksAtOffset); HOOK(ABCCopyArrayOfPeopleShowingLinksAtOffset);
HOOK(ABCDBContextRecordForUIDOfType); // HOOK(ABCDBContextRecordForUIDOfType);
} }
[pool drain]; [pool drain];
} }
Expand Down

0 comments on commit c2460d2

Please sign in to comment.