mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-14 12:20:00 +01:00
Cleanups thanks to Ivan Stankovic
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@46 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -471,8 +471,8 @@ int main(int argc, char **argv)
|
||||
const char *null_action_argv[] = {NULL};
|
||||
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(GETTEXT_PACKAGE, LOCALEDIR);
|
||||
textdomain(GETTEXT_PACKAGE);
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
textdomain(PACKAGE);
|
||||
|
||||
popt_context = poptGetContext(PACKAGE, argc, (const char **)argv,
|
||||
popt_options, 0);
|
||||
|
||||
Reference in New Issue
Block a user