X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/647ac5444d022537a1f0854dd309494c511dfe07..c71aaa5c83036e5b1685f66887d51832b6fb49f7:/help.c diff --git a/help.c b/help.c index 10ad9cf..6d54059 100644 --- a/help.c +++ b/help.c @@ -340,7 +340,7 @@ void mutt_help (int menu) FILE *f; struct binding_t *funcs; - mutt_mktemp (t); + mutt_mktemp (t, sizeof (t)); funcs = km_get_table (menu); desc = mutt_getnamebyvalue (menu, Menus);