mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Compilation fix for building on Solaris.
This commit is contained in:
parent
4105d505f6
commit
3880790696
@ -465,6 +465,8 @@ get_local_charset() {
|
||||
#if defined(COMP_MINGW) || defined(COMP_MSC)
|
||||
lc_charset = "CP" + to_string(GetACP());
|
||||
#elif defined(SYS_SOLARIS)
|
||||
int i;
|
||||
|
||||
lc_charset = nl_langinfo(CODESET);
|
||||
if (parse_int(lc_charset, i))
|
||||
lc_charset = string("ISO") + lc_charset + string("-US");
|
||||
|
Loading…
Reference in New Issue
Block a user