summaryrefslogtreecommitdiffstats
path: root/browser.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-05-23 13:22:33 +0200
committerOlaf Hering <olaf@aepfle.de>2011-05-23 13:22:33 +0200
commitf1e244cb14fd1bb864ec40e6890de564cfc19a1e (patch)
tree5a524798748d06181693836e6006f283cac859e3 /browser.c
parent8b52b8d15f8c00ecc240e95d1d4e0b83a0f34de5 (diff)
folder_file: change type of new from short to int
As requested by Rocco Rutte in bug #2421 increase the type to int. Signed-off-by: Olaf Hering <olaf@aepfle.de>
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser.c b/browser.c
index 3bb396e5..3cc24939 100644
--- a/browser.c
+++ b/browser.c
@@ -325,7 +325,7 @@ folder_format_str (char *dest, size_t destlen, size_t col, char op, const char *
}
static void add_folder (MUTTMENU *m, struct browser_state *state,
- const char *name, const struct stat *s, int new)
+ const char *name, const struct stat *s, unsigned int new)
{
if (state->entrylen == state->entrymax)
{