Drat, of course I missed one other place where EtaKB was needed!

Enjoy,
Ilya

--- ./src/HTAlert.c-pre-kb      Wed Feb 14 02:51:02 2001
+++ ./src/HTAlert.c     Mon Feb 19 16:58:18 2001
@@ -145,7 +145,8 @@ PRIVATE char *sprint_bytes ARGS3(
     }
 
     u = kbunits;
-    if ((LYTransferRate == rateKB) && (n >= 10 * kb_units))
+    if ( (LYTransferRate == rateKB || LYTransferRate == rateEtaKB_maybe)
+        && (n >= 10 * kb_units) )
        sprintf(s, "%ld", n/kb_units);
     else if ((LYTransferRate == rateKB || LYTransferRate == rateEtaKB_maybe)
             && (n > 999))      /* Avoid switching between 1016b/s and 1K/s */

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to