projects
/
mutt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8997fd
)
Add `UL' cast for Umask entry in MuttVars to supress compiler warning.
author
Michael Elkins
<me@sigpipe.org>
Fri, 9 Mar 2007 05:13:02 +0000
(21:13 -0800)
committer
Michael Elkins
<me@sigpipe.org>
Fri, 9 Mar 2007 05:13:02 +0000
(21:13 -0800)
init.h
patch
|
blob
|
history
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.