Merge branch 'enosys/locale' of https://github.com/t-8ch/util-linux
Some checks failed
CIFuzz / Fuzzing (i386, address) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, address) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, memory) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, undefined) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Some checks failed
CIFuzz / Fuzzing (i386, address) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, address) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, memory) (push) Has been cancelled
CIFuzz / Fuzzing (x86_64, undefined) (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
This commit is contained in:
commit
689c03b416
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
bool blocked_syscalls[ARRAY_SIZE(syscalls)] = {};
|
bool blocked_syscalls[ARRAY_SIZE(syscalls)] = {};
|
||||||
|
|
||||||
|
setlocale(LC_ALL, "");
|
||||||
|
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||||
|
textdomain(PACKAGE);
|
||||||
|
|
||||||
while ((c = getopt_long (argc, argv, "+Vhs:l", longopts, NULL)) != -1) {
|
while ((c = getopt_long (argc, argv, "+Vhs:l", longopts, NULL)) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 's':
|
case 's':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue