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
5f586c01
...
5f586c015a2a91a4f962463d91580e8f3d5ac273
authored
2002-07-22 06:55:45 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mail_delete): Initialize auto variables.
1 parent
029dc1f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mail/delete.c
mail/delete.c
View file @
5f586c0
...
...
@@ -49,8 +49,8 @@ mail_delete (int argc, char **argv)
unsigned
int
here
=
realcursor
;
do
{
message_t
msg
;
attribute_t
attr
;
message_t
msg
=
NULL
;
attribute_t
attr
=
NULL
;
mailbox_get_message
(
mbox
,
realcursor
,
&
msg
);
message_get_attribute
(
msg
,
&
attr
);
...
...
Please
register
or
sign in
to post a comment