From e7ccc24cb4f04787388fcea26e80f3e8584d5e50 Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Tue, 29 Mar 2016 22:16:13 +1000 Subject: [PATCH] Fixed CRC --- mail_menu.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mail_menu.c b/mail_menu.c index 5b346c2..f7546a1 100644 --- a/mail_menu.c +++ b/mail_menu.c @@ -565,7 +565,7 @@ void read_message(int socket, struct user_record *user, int mailno) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - ×tr[strlen(timestr) - 9]); + ×tr[strlen(timestr) - 8]); jsf.LoID = JAMSFLD_MSGID; jsf.HiID = 0; @@ -578,7 +578,7 @@ void read_message(int socket, struct user_record *user, int mailno) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - &msgid[strlen(timestr) - 9]); + &msgid[strlen(timestr) - 8]); } jsf.LoID = JAMSFLD_REPLYID; @@ -633,7 +633,7 @@ void read_message(int socket, struct user_record *user, int mailno) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - ×tr[strlen(timestr) - 9]); + ×tr[strlen(timestr) - 8]); jsf.LoID = JAMSFLD_MSGID; jsf.HiID = 0; @@ -646,7 +646,7 @@ void read_message(int socket, struct user_record *user, int mailno) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - &msgid[strlen(timestr) - 9]); + &msgid[strlen(timestr) - 8]); } jsf.LoID = JAMSFLD_REPLYID; @@ -898,7 +898,7 @@ int mail_menu(int socket, struct user_record *user) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - ×tr[strlen(timestr) - 9]); + ×tr[strlen(timestr) - 8]); jsf.LoID = JAMSFLD_MSGID; jsf.HiID = 0; @@ -955,7 +955,7 @@ int mail_menu(int socket, struct user_record *user) { conf.mail_conferences[user->cur_mail_conf]->fidoaddr->net, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->node, conf.mail_conferences[user->cur_mail_conf]->fidoaddr->point, - ×tr[strlen(timestr) - 9]); + ×tr[strlen(timestr) - 8]); jsf.LoID = JAMSFLD_MSGID; jsf.HiID = 0;