#unifdef HAVE_SETLOCALE, it is C89 so no need to check for it.
This commit is contained in:
@@ -60,9 +60,7 @@ main(int argc, char *argv[], char *envp[])
|
||||
int noexec = 0;
|
||||
debug_decl(main, SUDO_DEBUG_MAIN)
|
||||
|
||||
#ifdef HAVE_SETLOCALE
|
||||
setlocale(LC_ALL, "");
|
||||
#endif
|
||||
bindtextdomain(PACKAGE_NAME, LOCALEDIR);
|
||||
textdomain(PACKAGE_NAME);
|
||||
|
||||
|
Reference in New Issue
Block a user