Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7671fb6d
...
7671fb6d94f960d83a992f11780a1b9308fd5209
authored
2006-09-27 16:11:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_set): Init dummy to 1
1 parent
33bc00ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/set.c
mail/set.c
View file @
7671fb6
...
...
@@ -62,7 +62,7 @@ mail_set (int argc, char **argv)
}
else
{
int
dummy
;
int
dummy
=
1
;
util_setenv
(
argv
[
i
],
&
dummy
,
Mail_env_boolean
,
1
);
}
}
...
...
Please
register
or
sign in
to post a comment