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-Tag: mutt-1-5-15-rel~47^2~18^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d759d34de3e7fb24fd51278f6cd1a0266661b6ad;p=mutt Add `UL' cast for Umask entry in MuttVars to supress compiler warning. --- diff --git a/init.h b/init.h index ce5ff781..230479e1 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.