X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=engine.cpp;h=54524ba9e6a8aa3fe8b678abf060db68529b7177;hb=c6e5f84783b39a558119835963dec3c4facb0154;hp=5e82d1344d9fa068078e0176b1e655a8290cd42b;hpb=a98eb683e17d8e49583bf2d215ab7562a4cdca75;p=mothur.git diff --git a/engine.cpp b/engine.cpp index 5e82d13..54524ba 100644 --- a/engine.cpp +++ b/engine.cpp @@ -199,7 +199,7 @@ string Engine::getCommand() { string nextCommand = ""; mout->mothurOut("mothur > "); - m->getline(cin, nextCommand); + getline(cin, nextCommand); mout->mothurOutJustToLog(toString(nextCommand)); return nextCommand;