Skip to content
Snippets Groups Projects
Commit a8a5e7b7 authored by g0dil's avatar g0dil
Browse files

Console; Fix second console segfault

parent 96d0689b
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,8 @@ prefix_ void senf::console::detail::DumbClientReader::showPrompt()
{
std::string prompt (promptString());
stream() << prompt << std::flush;
stream() << std::flush;
handle().write(prompt);
promptLen_ = prompt.size();
promptActive_ = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment