summaryrefslogtreecommitdiff
path: root/chat/eggdrop/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'chat/eggdrop/patches/patch-ad')
-rw-r--r--chat/eggdrop/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/eggdrop/patches/patch-ad b/chat/eggdrop/patches/patch-ad
new file mode 100644
index 00000000000..d90982a970b
--- /dev/null
+++ b/chat/eggdrop/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/06/26 03:48:14 kent Exp $
+
+--- src/mod/filesys.mod/filesys.c.orig Wed Dec 9 20:05:21 1998
++++ src/mod/filesys.mod/filesys.c Wed Dec 9 20:09:13 1998
+@@ -458,7 +458,7 @@
+ if (at_limit(nick)) {
+ char xxx[1024];
+
+- sprintf(xxx, "%d*%s%s", strlen(dccdir), dccdir, dir);
++ sprintf(xxx, "%lu*%s%s", strlen(dccdir), dccdir, dir);
+ queue_file(xxx, fn, dcc[idx].nick, nick);
+ dprintf(idx, "Queued: %s to %s\n", fn, nick);
+ my_free(s);