X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=5551bad95b0e8eebfb190ebd1c862ae953d6e9b8;hp=f64c776884dc2d8fa3e5800d31719a0515a2d109;hb=66940066b5771273920ec17ff08e60041b490951;hpb=546a6855b7d44c415cb397e3a62f6a854132a0dd diff --git a/send.c b/send.c index f64c776..5551bad 100644 --- a/send.c +++ b/send.c @@ -1241,7 +1241,7 @@ int ci_send_message (int flags, /* send mode */ #ifdef USE_NNTP if ((flags & SENDNEWS) && ctx && ctx->magic == M_NNTP && !msg->env->newsgroups) - msg->env->newsgroups = m_strdup(((NNTP_DATA *) ctx->data)->group); + msg->env->newsgroups = m_strdup(((nntp_data_t *)ctx->data)->group); #endif if (!(option (OPTAUTOEDIT) && option (OPTEDITHDRS)) &&