cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 15ae63d33add1e9584503e8baa06a2d670359df1
parent c36b49baf02be0d4ad16b41f7dc43de12ca75686
Author: cnlohr <charles@cnlohr.com>
Date:   Wed, 11 Jul 2018 10:41:38 -0400

Fix format specifier again.

Diffstat:
Mcnping.c | 2+-
Mcnping.exe | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/cnping.c b/cnping.c @@ -468,7 +468,7 @@ void DrawFrame( void ) "Max :%6.2f ms Historical max: %5.2f ms\n" "Avg :%6.2f ms Biggest interval: %5.2f ms\n" #ifdef WIN32 - "Std :%6.2f ms Historical loss: %I64u/%I64u %5.df%%\n" + "Std :%6.2f ms Historical loss: %I64u/%I64u %5.3f%%\n" #else "Std :%6.2f ms Historical loss: %lu/%lu %5.3f%%\n" #endif diff --git a/cnping.exe b/cnping.exe Binary files differ.