cosmetic fix
This commit is contained in:
parent
ea9111c248
commit
5581f227a7
1 changed files with 2 additions and 2 deletions
|
@ -132,11 +132,11 @@ std::pair<std::vector<std::string>, std::vector<std::string> > select_disk_files
|
|||
while(ch == -1 && ch != '1' && ch != '2' && ch != '3')
|
||||
ch = c->wait_char(500);
|
||||
|
||||
c->put_string_lf(format("%c", ch));
|
||||
|
||||
if (ch == '3')
|
||||
continue;
|
||||
|
||||
c->put_string_lf(format("%c", ch));
|
||||
|
||||
c->put_string("Opening file: ");
|
||||
c->put_string_lf(selected_file.c_str());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue