diff options
Diffstat (limited to 'src/document/io/LilyPondExporter.cpp')
-rw-r--r-- | src/document/io/LilyPondExporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document/io/LilyPondExporter.cpp b/src/document/io/LilyPondExporter.cpp index f2d6008..3c18d41 100644 --- a/src/document/io/LilyPondExporter.cpp +++ b/src/document/io/LilyPondExporter.cpp @@ -409,7 +409,7 @@ LilyPondExporter::write() std::ofstream str(qstrtostr(tmpName).c_str(), std::ios::out); if (!str) { - std::cerr << "LilyPondExporter::write() - can't write file " << tmpName << std::endl; + std::cerr << "LilyPondExporter::write() - can't write file " << tmpName.ascii() << std::endl; return false; } |