mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Added some newlines to the LANG error.
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user