From 04bf9461efa2ac401823646d5dd1ef74cb9516ae Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 17 Nov 2003 14:01:22 +0000 Subject: [PATCH] width cahgne --- apps/silcmap/silcmap_html.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/silcmap/silcmap_html.c b/apps/silcmap/silcmap_html.c index bc350c6b..a5360536 100644 --- a/apps/silcmap/silcmap_html.c +++ b/apps/silcmap/silcmap_html.c @@ -546,7 +546,7 @@ bool silc_map_writerelhtml(SilcMap map) /* Count the reliability */ if (try) - rel = ((double)success / (double)try) * (double)190.0; + rel = ((double)success / (double)try) * (double)170.0; fprintf(fp, "\n"); if (mapconn->html_url) @@ -556,14 +556,14 @@ bool silc_map_writerelhtml(SilcMap map) fprintf(fp, " %s\n", class, hostname, mapconn->port, hostname); fprintf(fp, - "" - "" + "\n" "\n" "\n", - class, class, rel, 190 - rel, class, + class, class, rel, 170 - rel, class, ((double)success / (double)try) * (double)100.0, success); } -- 2.24.0
" + "" "" "" "
%.2f%% - score: %d