We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f26c12 commit 55c5fc0Copy full SHA for 55c5fc0
1 file changed
tools/PLAViewer/PLAViewer.cpp
@@ -60,11 +60,11 @@ int main(int argc, char* argv[]) {
60
std::cout << "PLA Savegame (" << argv[1] << ") is now readable." << std::endl;
61
62
// Display the full path of the output file of the PLA Savegame
63
- std::cout << "\b" << std::endl;
+ ConsoleUtils::printNewLine();
64
printf("Output file created at: %s\n", fs::absolute(inputSaveGame.stem().string() + ".txt").c_str());
65
66
// Exit message for PLAViewer
67
68
std::cout << "Press Enter to exit PLAViewer.\n" << std::endl;
69
(void)getchar();
70
ConsoleUtils::clearConsole();
0 commit comments