From dc05196c1b33db9c4909305b4d01b6b11d9b8473 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 28 Aug 2005 13:48:00 +0000 Subject: angel caller may not login yet. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3102 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/talk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') diff --git a/mbbsd/talk.c b/mbbsd/talk.c index d803254f..53d09b04 100644 --- a/mbbsd/talk.c +++ b/mbbsd/talk.c @@ -3186,7 +3186,7 @@ static inline void NoAngelFound(const char* msg){ move(b_lines, 0); outs(msg); - if (currutmp->mode != EDITING) + if (currutmp == NULL || currutmp->mode != EDITING) outs(",請先在新手板上尋找答案或按 Ctrl-P 發問"); clrtoeol(); refresh(); -- cgit v1.2.3