Hi,
Mike Frysinger wrote:
> Always allow #.# format for the -i flag even when the current locale
> uses a different separator. Locale de_DE which uses #,# normally.
>
> Simple testcase:
> $ make USE_IDN=1
> $ LANG=de_DE.UTF8 ./ping -i 0.5 localhost
> $ LANG=de_DE.UTF8 ./ping -i 0,5 localhost
>
Always allow #.# format for the -i flag even when the current locale
uses a different separator. Locale de_DE which uses #,# normally.
Simple testcase:
$ make USE_IDN=1
$ LANG=de_DE.UTF8 ./ping -i 0.5 localhost
$ LANG=de_DE.UTF8 ./ping -i 0,5 localhost
Reported-by: Sergey Fionov
Signed-off-by: