ports/irc/eggdrop/files/patch-ad
Foxfair Hu b3b7da74e5 Add eggdrop 1.6.13,
the most popular open source Internet Relay Chat bot.

PR:		47296
Submitted by:	Ulrich Spoerlein <q@uni.de>

Update to the latest version 1.6.15 will followup immediately.
2003-06-11 05:32:50 +00:00

11 lines
425 B
Text

--- 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);