]> git.sesse.net Git - vlc/commit
Remove the nine years old --language hack
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Jul 2012 19:48:13 +0000 (22:48 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Jul 2012 19:52:48 +0000 (22:52 +0300)
commite64f39306bd71c20dfcf6eeb5c862ca81fbb7488
tree6c9ba7be175e6f40723ad3b6e18d501577719327
parent94d79d31c48cc980d819b5c0f47eba2966969203
Remove the nine years old --language hack

This was apparently put in place to work around the lack of language
setting in BeOS. Then it was extended to Windows and MacOS since
gettext failed to retrieve the user language configuration.
BeOS is no longer supported and Windows support and MacOS support were
fixed in gettext 0.18.

Also calling setlocale() from a library can crash.
src/libvlc.c