timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -229,6 +229,7 @@ static void stack_machine(const char *argument)
|
||||
const struct op *o;
|
||||
|
||||
next:
|
||||
//TODO: needs setlocale(LC_NUMERIC, "C")?
|
||||
number = strtod(argument, &end);
|
||||
if (end != argument) {
|
||||
argument = end;
|
||||
|
Reference in New Issue
Block a user