projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b563f62
)
style fix. no code chages
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sat, 25 Sep 2010 15:19:04 +0000
(17:19 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/coreutils/sleep.c
b/coreutils/sleep.c
index 9acb2d15f42d17acafe0db922b16940e26cfbc6c..433f9d6eec58f86880ae9597cb492f88ca1bdf75 100644
(file)
--- 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 {