[git commit master 1/1] style fix. no code chages

Denys Vlasenko vda.linux at googlemail.com
Sat Sep 25 15:19:04 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=04bcd998ca48954db738232f46fe3dfc273db36a
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/sleep.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/coreutils/sleep.c b/coreutils/sleep.c
index 9acb2d1..433f9d6 100644
--- a/coreutils/sleep.c
+++ b/coreutils/sleep.c
@@ -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 {
-- 
1.7.1



More information about the busybox-cvs mailing list