about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-11-16 10:17:38 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-11-16 10:17:38 -0500
commitf769d6297419caafe9cc3d62522f3f4d9a859dab (patch)
treed35c40769b92975004f7892913be021cfa5ca0e1 /src
parentcfe3405e9a93b2af0a0228799ab2b9d3f4b6d218 (diff)
downloadlynx-snapshots-f769d6297419caafe9cc3d62522f3f4d9a859dab.tar.gz
snapshot of project "lynx", label v2-8-8dev_14h
Diffstat (limited to 'src')
-rw-r--r--src/HTAlert.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/HTAlert.c b/src/HTAlert.c
index a3e36dd5..ab04e09c 100644
--- a/src/HTAlert.c
+++ b/src/HTAlert.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTAlert.c,v 1.96 2012/11/14 01:19:06 tom Exp $
+ * $LynxId: HTAlert.c,v 1.97 2012/11/16 01:22:25 tom Exp $
  *
  *	Displaying messages and getting input for Lynx Browser
  *	==========================================================
@@ -364,7 +364,9 @@ void HTReadProgress(off_t bytes, off_t total)
 
 #ifdef USE_READPROGRESS
 	    if (LYTransferRate == rateEtaBYTES
-		|| LYTransferRate == rateEtaKB) {
+		|| LYTransferRate == rateEtaKB
+		|| LYTransferRate == rateEtaBYTES2
+		|| LYTransferRate == rateEtaKB2) {
 		char tbuf[TIME_HMS_LENGTH];
 
 		if (now - last_active >= 5)