Wrong folder selected when rt is started in verbose mode, fixes #4946

This commit is contained in:
heckflosse
2018-11-10 01:36:35 +01:00
parent 6a4f2cf5eb
commit b488e207e1

View File

@@ -64,7 +64,7 @@ std::vector<Glib::ustring> listSubDirs (const Glib::RefPtr<Gio::File>& dir, bool
} catch (const Glib::Exception& exception) {
if (options.rtSettings.verbose) {
std::cerr << exception.what () << std::endl;
std::cerr << exception.what().c_str() << std::endl;
}
}