From 08d8d119411fc875de56fac645b17152425eee46 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Sat, 27 Mar 2010 00:13:38 -0400 Subject: Fix compilation with GCC 2.96 (Konstantin Khomoutov - #2977105) --- plugins/check_ide_smart.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index b0b01890..e036a37a 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -158,9 +158,6 @@ main (int argc, char *argv[]) values_t values; int fd; - /* Parse extra opts if any */ - argv=np_extra_opts (&argc, argv, progname); - static struct option longopts[] = { {"device", required_argument, 0, 'd'}, {"immediate", no_argument, 0, 'i'}, @@ -173,6 +170,9 @@ main (int argc, char *argv[]) {0, 0, 0, 0} }; + /* Parse extra opts if any */ + argv=np_extra_opts (&argc, argv, progname); + setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); textdomain (PACKAGE); -- cgit v1.2.3-74-g34f1