freebsd-ports/irc/eggdrop/files/patch-ad
Mark Linimon 4169ea8ee8 Update to 1.6.17; IPv6 support has been removed from eggdrop.
PR:		ports/71423
Submitted by:	Ulrich Spoerlein <q at uni dot de> (maintainer)
2004-10-12 07:10:31 +00:00

11 lines
453 B
Text

--- eggdrop1.6.17/src/mod/filesys.mod/filesys.c.orig Mon Jun 2 11:25:01 2003
+++ eggdrop1.6.17/src/mod/filesys.mod/filesys.c Mon Jun 2 11:25:46 2003
@@ -461,7 +461,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);