Fix Interactionhandler output file

This commit is contained in:
Alexander Bock
2016-09-15 13:27:44 +02:00
parent 989e40395e
commit 1da148c8be
+1 -1
View File
@@ -953,7 +953,7 @@ void InteractionHandler::writeKeyboardDocumentation(const std::string& type, con
if (type == "text") {
std::ofstream f;
f.exceptions(~std::ofstream::goodbit);
f.open(file);
f.open(absPath(file));
for (const auto& p : _keyLua) {
f << std::to_string(p.first) << ": " <<