From 5879103ec008e748be6270ca92ac63d3a929971a Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 8 Mar 2007 21:13:02 -0800 Subject: [PATCH] Add `UL' cast for Umask entry in MuttVars to supress compiler warning. --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.h b/init.h index ce5ff7818..230479e1a 100644 --- a/init.h +++ b/init.h @@ -2909,7 +2909,7 @@ struct option_t MuttVars[] = { ** machine without having to enter a password. */ #endif - { "umask", DT_NUM, R_NONE, &Umask, 0077 }, + { "umask", DT_NUM, R_NONE, UL &Umask, 0077 }, /* ** .pp ** Sets the umask to use when creating mailboxes or saving attachments. -- 2.40.0