diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-09 18:34:58 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-09 18:34:58 +0800 |
commit | 333ccae794114252eeba90e2288ffd7b6fd0c9db (patch) | |
tree | afb5e20e3349b1c481140843d5618b75d072f3e8 /mbbsd/io.c | |
parent | 3813eb2b959227e88aacbda9da2c5e05d4839870 (diff) | |
download | pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.gz pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.bz2 pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.lz pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.xz pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.zst pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.zip |
ofo's water show 'x' for dead users
my_write() input uin if already got it
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@11 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/io.c')
-rw-r--r-- | mbbsd/io.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: io.c,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ +/* $Id: io.c,v 1.2 2002/03/09 10:34:58 in2 Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -259,7 +259,7 @@ int igetch() { show_last_call_in(0); watermode = 0; my_write(currutmp->msgs[0].pid, "水球丟過去 : ", - currutmp->msgs[0].userid, 0); + currutmp->msgs[0].userid, 0, NULL); i_newfd = my_newfd; /* 還原螢幕 */ |