X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=95a7d1d9905d65bd9dc71cff9cd72ed90db7a1da;hp=b71c77d492c76fc461cf2c5e49d6242f7dab8f98;hb=c25bc063f35aaad6938c2022dae7a283346c2769;hpb=c228dbc78fa40b09da8bcf5c1650d6006c389ce4 diff --git a/commands.c b/commands.c index b71c77d..95a7d1d 100644 --- a/commands.c +++ b/commands.c @@ -350,8 +350,8 @@ static void pipe_msg (HEADER * h, FILE * fp, int decode, int print) /* the following code is shared between printing and piping */ -static int _mutt_pipe_message (HEADER * h, char *cmd, - int decode, int print, int split, char *sep) +static int _mutt_pipe_message(HEADER * h, char *cmd, int decode, int print, + int split, const char *sep) { int i, rc = 0; @@ -595,11 +595,11 @@ void mutt_enter_command (void) void mutt_display_address (ENVELOPE * env) { - char *pfx = NULL; + const char *pfx = NULL; char buf[SHORT_STRING]; ADDRESS *adr = NULL; - adr = mutt_get_address (env, &pfx); + adr = mutt_get_address(env, &pfx); if (!adr) return;