diff options
Diffstat (limited to 'mbbsd/friend.c')
-rw-r--r-- | mbbsd/friend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/friend.c b/mbbsd/friend.c index 3f97ee71..8205686d 100644 --- a/mbbsd/friend.c +++ b/mbbsd/friend.c @@ -399,7 +399,7 @@ friend_edit(int type) dirty = 1; } else if (*uident == 'w' && count) { char wall[60]; - if (!getdata(0, 0, "群體水球:", uident, sizeof(wall), DOECHO)) + if (!getdata(0, 0, "群體水球:", wall, sizeof(wall), DOECHO)) continue; if (getdata(0, 0, "確定丟出群體水球? [Y]", line, 4, LCECHO) && *line == 'n') |