1
0
mirror of https://github.com/clangen/musikcube.git synced 2025-03-22 10:20:49 +00:00

Added some newlines to the LANG error.

This commit is contained in:
Casey Langen 2018-12-23 14:37:46 -08:00
parent 8fca39055e
commit 4a5409bfcd

@ -285,8 +285,8 @@ void App::Run(ILayoutPtr layout) {
}
#else
if (!isLangUtf8()) {
std::cout << "This application requires a UTF-8 compatible LANG environment "
"variable to be set in the controlling terminal. Exiting.";
std::cout << "\n\nThis application requires a UTF-8 compatible LANG environment "
"variable to be set in the controlling terminal. Exiting.\n\n\n";
return;
}
#endif