From: Pekka Riikonen Date: Mon, 17 Nov 2003 14:01:22 +0000 (+0000) Subject: width cahgne X-Git-Tag: 1.2.beta1~804 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=04bf9461efa2ac401823646d5dd1ef74cb9516ae width cahgne --- 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); }
" + "" "" "" "
%.2f%% - score: %d