summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index f5d44c48..13c092bb 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -1092,7 +1092,7 @@ mail_reply(int ent, const fileheader_t * fhdr, const char *direct)
}
t = strtok(genbuf, str_space);
if (t && (!strcmp(t, str_author1) || !strcmp(t, str_author2)))
- strlcpy(uid, strtok(NULL, str_space), sizeof(uid));
+ strlcpy(uid, strtok(NULL, str_space), sizeof(uid)); // XXX if strtok return NULL
else {
vmsg("¿ù»~: §ä¤£¨ì§@ªÌ¡C");
return FULLUPDATE;