mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix compiler warning about multi-character constant
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16845 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c347f0467b
commit
cc5b44cb1c
@ -524,7 +524,7 @@ int main(int argc, char * argv[])
|
||||
cl_system_support, cl_user_support,
|
||||
support::top_build_dir_is_two_levels_up);
|
||||
} catch (support::ExceptionMessage const & message) {
|
||||
cerr << to_utf8(message.title_) << ':\n'
|
||||
cerr << to_utf8(message.title_) << ":\n"
|
||||
<< to_utf8(message.details_) << endl;
|
||||
if (message.type_ == support::ErrorException)
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user