mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
Get rid of some unicode chars.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9471 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cda9ff0e90
commit
44bd2c738c
@ -574,10 +574,10 @@ string const get_default_user_support_dir(string const & home_dir)
|
|||||||
if (error_code != 0)
|
if (error_code != 0)
|
||||||
return string();
|
return string();
|
||||||
|
|
||||||
char store[PATH_MAX + 1];
|
char store[PATH_MAX + 1];
|
||||||
OSStatus const status_code =
|
OSStatus const status_code =
|
||||||
FSRefMakePath(&fsref,
|
FSRefMakePath(&fsref,
|
||||||
reinterpret_cast<UInt8*>(store), PATH_MAX);
|
reinterpret_cast<UInt8*>(store), PATH_MAX);
|
||||||
if (status_code != 0)
|
if (status_code != 0)
|
||||||
return string();
|
return string();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user