aboutsummaryrefslogtreecommitdiff
path: root/irc/epic5/files/patch-dcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc/epic5/files/patch-dcc.c')
-rw-r--r--irc/epic5/files/patch-dcc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/epic5/files/patch-dcc.c b/irc/epic5/files/patch-dcc.c
new file mode 100644
index 000000000000..bb588180d6b7
--- /dev/null
+++ b/irc/epic5/files/patch-dcc.c
@@ -0,0 +1,11 @@
+--- source/dcc.c.orig Mon May 6 03:36:21 2002
++++ source/dcc.c Mon May 6 03:36:44 2002
+@@ -1366,7 +1366,7 @@
+ /*
+ * Figure out something sane for the xfer speed.
+ */
+- if (Client->bytes_sent)
++ if (act_sent)
+ {
+ strlcpy(speed, calc_speed(act_sent,
+ Client->starttime.tv_sec, time(NULL)), 9);