diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/talk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c index 53e2e061..aad4a45c 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -1622,7 +1622,7 @@ friend_descript(const userinfo_t * uentp, char *desc_buf, int desc_buflen) char genbuf[STRLEN]; STATINC(STAT_FRIENDDESC); - if((set_friend_bit(currutmp,uentp)|IFH)==0) + if((set_friend_bit(currutmp,uentp)&IFH)==0) return space_buf; setuserfile(fpath, friend_file[0]); |