X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=help.c;h=1162b23d342ba7446b230c9c75e9d9e9aea130f8;hp=584e80b8336b0d99055b05915b49a5ac54f7cdb8;hb=81f3d7a9a3b44af0b9019da5d6673c0dbc218626;hpb=7b392ef7b50798f9eb3e7c869e634c5fef0092d1 diff --git a/help.c b/help.c index 584e80b..1162b23 100644 --- a/help.c +++ b/help.c @@ -41,7 +41,7 @@ static struct binding_t *help_lookupFunction (int op, int menu) void mutt_make_help (char *d, ssize_t dlen, char *txt, int menu, int op) { - char buf[SHORT_STRING]; + char buf[STRING]; if (km_expand_key (buf, sizeof (buf), km_find_func (menu, op)) || km_expand_key (buf, sizeof (buf), km_find_func (MENU_GENERIC, op))) @@ -226,7 +226,7 @@ static void dump_menu (FILE * f, int menu) { struct keymap_t *map; struct binding_t *b; - char buf[SHORT_STRING]; + char buf[STRING]; /* browse through the keymap table */ for (map = Keymaps[menu]; map; map = map->next) { @@ -273,7 +273,7 @@ static void dump_unbound (FILE * f, void mutt_help (int menu) { char tmp[_POSIX_PATH_MAX]; - char buf[SHORT_STRING]; + char buf[STRING]; const char *desc; FILE *f; struct binding_t *funcs; @@ -303,7 +303,7 @@ void mutt_help (int menu) if (menu != MENU_PAGER) dump_unbound (f, OpGeneric, Keymaps[MENU_GENERIC], Keymaps[menu]); - fclose(f); + m_fclose(&f); snprintf(buf, sizeof (buf), _("Help for %s"), desc); } while (mutt_do_pager(buf, tmp,