]> git.saurik.com Git - cycript.git/commitdiff
Hack for add_history's now-understood allocation.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 9 Jan 2014 21:20:57 +0000 (13:20 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 9 Jan 2014 21:20:57 +0000 (13:20 -0800)
Console.cpp

index d35317830296da8fd2dadc1dabd41cb00573c226..57c38e6d6b28ae715f713846283db4a97abf0a05 100644 (file)
@@ -508,7 +508,8 @@ static void Console(CYOptions &options) {
                     syntax = !syntax;
                     *out_ << "syntax == " << (syntax ? "true" : "false") << std::endl;
                 }
                     syntax = !syntax;
                     *out_ << "syntax == " << (syntax ? "true" : "false") << std::endl;
                 }
-                history += line;
+                command_ = line;
+                history += command_;
                 goto restart;
             }
         }
                 goto restart;
             }
         }