]> git.saurik.com Git - cycript.git/blobdiff - Output.cpp
Cut off messages prefixes.
[cycript.git] / Output.cpp
index a3765dad8976de084c6a42319755ce1ab5b9dc75..d6c3a038aeda70a4d6a1c606e889524c84860f6a 100644 (file)
@@ -326,7 +326,7 @@ void CYDeclarations::Output(CYOutput &out, CYFlags flags) const {
 }
 
 void CYDirectMember::Output(CYOutput &out, CYFlags flags) const {
-    object_->Output(out, Precedence(), CYLeft(flags));
+    object_->Output(out, Precedence(), CYLeft(flags) | CYNoInteger);
     if (const char *word = property_->Word())
         out << '.' << word;
     else