From 24074d678d5d87a987bbda221f7da1a0dd02ea35 Mon Sep 17 00:00:00 2001 From: Prakxo <87568477+Prakxo@users.noreply.github.com> Date: Wed, 31 Jan 2024 19:39:03 +0100 Subject: m_private OK (#139) * update m2ctx * size fixes? * size fix * work * more work * m_private OK * fix style * format * fix warnings * format.. --- src/code/m_mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code/m_mail.c') diff --git a/src/code/m_mail.c b/src/code/m_mail.c index d967753..540fd6c 100644 --- a/src/code/m_mail.c +++ b/src/code/m_mail.c @@ -94,8 +94,8 @@ void mMl_set_to_name(Mail_c* arg0, Mail_c* arg1) { mMl_copy_header_name(&arg0->header.recipient, &arg1->header.recipient); } -void mMl_set_to_plname(Mail_c* arg0, Mail_c* arg1) { - mPr_CopyPersonalID(&arg0->header.recipient.personalID, &arg1->header.recipient.personalID); +void mMl_set_to_plname(Mail_c* arg0, PersonalID_c* arg1) { + mPr_CopyPersonalID(&arg0->header.recipient.personalID, arg1); arg0->header.recipient.type = 0; } -- cgit v1.2.3