Re: [PATCH iputils v2] ping: always accept . delimiter with -i number parsing

2016-06-02 Thread YOSHIFUJI Hideaki
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 >

[PATCH iputils v2] ping: always accept . delimiter with -i number parsing

2016-06-01 Thread Mike Frysinger
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: