diff --git a/checkin_notes b/checkin_notes index dd73448560..eb9c4b1af6 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8263,3 +8263,10 @@ Charlie 2 Sep 2007 MacSysMenu.cpp mac_build/ Make_BOINC_Service.sh + +David 2 Sept 2007 + - client: zero out xfer_speed in HTTP_OP constructor + (may fix problem w/ #INF bandwidth display) + + client/ + http_curl.C diff --git a/client/http_curl.C b/client/http_curl.C index 0e3665094e..f2652c1644 100644 --- a/client/http_curl.C +++ b/client/http_curl.C @@ -162,6 +162,7 @@ HTTP_OP::HTTP_OP() { lSeek = 0; auth_flag = false; auth_type = 0; + xfer_speed = 0; reset(); } diff --git a/doc/index.php b/doc/index.php index f94866834d..2b545911b5 100644 --- a/doc/index.php +++ b/doc/index.php @@ -59,7 +59,7 @@ function show_participate() { ".sprintf(tr(HOME_P1), "
- ".sprintf(tr(HOME_P2), "", "", "", "", "", "")." + ".sprintf(tr(HOME_P2), "", "", "", "", "", "")."
".sprintf(tr(HOME_P3), "", "")." @@ -106,7 +106,7 @@ function show_other() {