X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=6821f0147d8fe2657e44d2d4db92ded574ee386b;hp=395ecb0dcef9aa19002e65c32ab6aa62dd37e4e7;hb=40fc05e11b8f95a9661e6e410a9e7b7da7824891;hpb=108f3c7ab59844591f7540347914ea57be5245e2 diff --git a/send.c b/send.c index 395ecb0..6821f01 100644 --- a/send.c +++ b/send.c @@ -183,7 +183,7 @@ static address_t *find_mailing_lists (address_t * t, address_t * c) static int edit_address (address_t ** a, const char *field) { char buf[HUGE_STRING]; - char *err = NULL; + const char *err = NULL; int idna_ok = 0; do { @@ -1099,8 +1099,8 @@ int ci_send_message (int flags, /* send mode */ char *pgpkeylist = NULL; /* save current value of "pgp_sign_as" */ - char *signas = NULL, *err = NULL; - const char *tag = NULL; + char *signas = NULL; + const char *tag = NULL, *err = NULL; char *ctype; int rv = -1;