style fix. no code chages
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 25 Sep 2010 15:19:04 +0000 (17:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 25 Sep 2010 15:19:04 +0000 (17:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/sleep.c

index 9acb2d1..433f9d6 100644 (file)
@@ -50,7 +50,8 @@ int sleep_main(int argc UNUSED_PARAM, char **argv)
 #if ENABLE_FEATURE_FLOAT_SLEEP
 
 # if ENABLE_LOCALE_SUPPORT
-       setlocale (LC_NUMERIC, "C");
+       /* undo busybox.c setlocale */
+       setlocale(LC_NUMERIC, "C");
 # endif
        duration = 0;
        do {