aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index efa2284..00a0764 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.224 2003/05/02 15:49:59 ukai Exp $ */
+/* $Id: main.c,v 1.225 2003/05/06 16:35:36 ukai Exp $ */
#define MAINPROGRAM
#include "fm.h"
#include <signal.h>
@@ -6202,7 +6202,7 @@ DownloadListBuffer(void)
if (d->size) {
int i, l = COLS - 6;
if (size < d->size)
- i = l * size / d->size;
+ i = 1.0 * l * size / d->size;
else
i = l;
l -= i;