From: Michael Elkins Date: Fri, 9 Mar 2007 05:13:02 +0000 (-0800) Subject: Add `UL' cast for Umask entry in MuttVars to supress compiler warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5879103ec008e748be6270ca92ac63d3a929971a;p=neomutt Add `UL' cast for Umask entry in MuttVars to supress compiler warning. --- 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.