X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.c;h=f1021efa1d74a77bf4c7fc4713eb38a51523be73;hp=5eab9db5043539e621e2f81ee326fb177c6e5802;hb=892df7e70376da43374d834b8a825ea2d59efd06;hpb=23976263ea635d42933503805f9eca006ae24daf diff --git a/alias.c b/alias.c index 5eab9db..f1021ef 100644 --- a/alias.c +++ b/alias.c @@ -287,7 +287,7 @@ void mutt_create_alias(ENVELOPE *cur, address_t *iadr) return; } - mutt_expand_path(buf, sizeof (buf)); + mutt_expand_path(buf, sizeof(buf)); rc = safe_fopen (buf, "a"); if (rc) {