X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=492dd2c52a6ff793b00e2e42e99b8ab51acaf3eb;hp=dc0a6f40deb0707c77ac4bb09b647563f42a281f;hb=40fc05e11b8f95a9661e6e410a9e7b7da7824891;hpb=108f3c7ab59844591f7540347914ea57be5245e2 diff --git a/commands.c b/commands.c index dc0a6f4..492dd2c 100644 --- a/commands.c +++ b/commands.c @@ -242,7 +242,7 @@ void ci_bounce_message (HEADER * h, int *redraw) char prompt[SHORT_STRING]; char buf[HUGE_STRING] = { 0 }; address_t *adr = NULL; - char *err = NULL; + const char *err = NULL; int rc; if (h) @@ -842,7 +842,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) snprintf (buf, sizeof (buf), "%s/%s", TYPE (b), b->subtype); m_strcpy(obuf, sizeof(obuf), buf); if (b->parameter) { - size_t l; + ssize_t l; for (p = b->parameter; p; p = p->next) { l = m_strlen(buf);