]> granicus.if.org Git - neomutt/commitdiff
Add `UL' cast for Umask entry in MuttVars to supress compiler warning.
authorMichael Elkins <me@mutt.org>
Fri, 9 Mar 2007 05:13:02 +0000 (21:13 -0800)
committerMichael Elkins <me@mutt.org>
Fri, 9 Mar 2007 05:13:02 +0000 (21:13 -0800)
init.h

diff --git a/init.h b/init.h
index ce5ff7818dee8bc2686416db59fe95255d34449e..230479e1a59f62f1a9a38fa09c94398c76f69d7d 100644 (file)
--- 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.