bugfix
This commit is contained in:
parent
ddf6bd6497
commit
0dc9dcff13
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ bool get_input_text(std::string & input_text, bool escape_newline_mode) {
|
|||
return 1;
|
||||
}
|
||||
}
|
||||
if (std::ccin.eof()) {
|
||||
if (std::cin.eof()) {
|
||||
another_line = false;
|
||||
std::cin.clear();
|
||||
std::cin.seekg(0, std::ios::beg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue