summaryrefslogtreecommitdiffstats
path: root/mbbsd/friend.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/friend.c')
-rw-r--r--mbbsd/friend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/friend.c b/mbbsd/friend.c
index 3d2167ae..a51d3000 100644
--- a/mbbsd/friend.c
+++ b/mbbsd/friend.c
@@ -1,4 +1,4 @@
-/* $Id: friend.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */
+/* $Id: friend.c,v 1.2 2002/03/09 10:34:58 in2 Exp $ */
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -330,7 +330,7 @@ static void friend_water(char *message, int type) { /* ¸sÅé¤ô²y added by Ptt */
if((tuid = searchuser(userid)) && tuid != usernum &&
(uentp = (userinfo_t *) search_ulist(tuid)) &&
isvisible_uid(tuid))
- my_write(uentp->pid, message, uentp->userid, 1);
+ my_write(uentp->pid, message, uentp->userid, 1, NULL);
}
fclose(fp);
}