This commit is contained in:
Tomáš Pazdiora 2023-04-09 18:38:23 +02:00
parent ddf6bd6497
commit 0dc9dcff13

View file

@ -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);