summaryrefslogtreecommitdiffstats
path: root/menu.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-11-04 21:35:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-11-04 21:35:14 +0000
commitdd2602a446815c0eca2b8cb1b2765b7f4fca2ba4 (patch)
tree6e8ef295419e47795fdd08aaeabaf17571433eb8 /menu.c
parent556aee757ccf0e84e6398f19f5211a49149c0508 (diff)
Change a short to an int where it should have been one.
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 4d359efb..646159b0 100644
--- a/menu.c
+++ b/menu.c
@@ -811,7 +811,7 @@ int mutt_menuLoop (MUTTMENU *menu)
{
if (menu->max)
{
- short i = menu->tag (menu, menu->current);
+ int i = menu->tag (menu, menu->current);
menu->tagged += i;
if (i && option (OPTRESOLVE) && menu->current < menu->max - 1)
{