]> git.saurik.com Git - cycript.git/commitdiff
I lost a $ on $cyr at some point during the super transformation.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Nov 2010 00:46:07 +0000 (00:46 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 18 Nov 2010 00:46:07 +0000 (00:46 +0000)
ObjectiveC/Replace.cpp

index 9d2d1ab72e6bcdf420cc053526bc4eb166f00e67..67a2ef602dd85411b3f2ddb91f4fb3b6cc91f701 100644 (file)
@@ -154,5 +154,5 @@ CYExpression *CYSendDirect::Replace(CYContext &context) {
 }
 
 CYExpression *CYSendSuper::Replace(CYContext &context) {
-    return $ CYSendDirect($V("cyr"), arguments_);
+    return $ CYSendDirect($V("$cyr"), arguments_);
 }