From: Jay Freeman (saurik) Date: Sun, 15 Nov 2009 22:15:27 +0000 (+0000) Subject: I forgot to setup $cym during @class categories. X-Git-Tag: v0.9.432~166 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/725075ae36f66970d1f8d20053f4a0c439aea931?ds=inline I forgot to setup $cym during @class categories. --- diff --git a/ObjectiveC/Replace.mm b/ObjectiveC/Replace.mm index 494c6dd..92fc77c 100644 --- a/ObjectiveC/Replace.mm +++ b/ObjectiveC/Replace.mm @@ -49,6 +49,7 @@ CYStatement *CYCategory::Replace(CYContext &context) { return $E($C1($F(NULL, $P5("$cys", "$cyp", "$cyc", "$cyn", "$cyt"), $$->* $E($ CYAssign($V("$cyp"), $C1($V("object_getClass"), cys)))->* $E($ CYAssign(cyc, cys))->* + $E($ CYAssign($V("$cym"), $C1($V("object_getClass"), cyc)))->* messages_->Replace(context, true) ), name_->ClassName(context, true))); }