diff options
Diffstat (limited to 'irc/epic4/files/patch-dcc.c')
-rw-r--r-- | irc/epic4/files/patch-dcc.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/irc/epic4/files/patch-dcc.c b/irc/epic4/files/patch-dcc.c deleted file mode 100644 index bb588180d6b7..000000000000 --- a/irc/epic4/files/patch-dcc.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |