We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cbbac commit 322e1b8Copy full SHA for 322e1b8
1 file changed
tools/PLAViewer/PLAViewer.cpp
@@ -63,7 +63,7 @@ int main(int argc, char* argv[]) {
63
64
// Display the full path of the output file of the PLA Savegame
65
ConsoleUtils::printNewLine();
66
- printf("Output file created at: %ls\n", fs::absolute(inputSaveGame.stem().string() + ".txt").c_str());
+ printf("Output file created at: %s\n", fs::absolute(inputSaveGame.stem().string() + ".txt").c_str());
67
68
// Exit message for PLAViewer
69
0 commit comments