summaryrefslogtreecommitdiffstats
path: root/plugins/check_real.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_real.c')
-rw-r--r--plugins/check_real.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c
index 3e8475a..05e39d7 100644
--- a/plugins/check_real.c
+++ b/plugins/check_real.c
@@ -61,6 +61,10 @@ main (int argc, char **argv)
61 char buffer[MAX_INPUT_BUFFER]; 61 char buffer[MAX_INPUT_BUFFER];
62 char *status_line = NULL; 62 char *status_line = NULL;
63 63
64 setlocale (LC_ALL, "");
65 bindtextdomain (PACKAGE, LOCALEDIR);
66 textdomain (PACKAGE);
67
64 if (process_arguments (argc, argv) != OK) 68 if (process_arguments (argc, argv) != OK)
65 usage (_("Invalid command arguments supplied\n")); 69 usage (_("Invalid command arguments supplied\n"));
66 70