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
b3be3e27
...
b3be3e2784bcbd0179ad7555e28fbf570777ffef
authored
2001-01-15 04:19:43 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
variabke status was not initiialize to 0.
1 parent
c9d40113
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/body.c
mailbox/body.c
View file @
b3be3e2
...
...
@@ -158,7 +158,7 @@ body_lines (body_t body, size_t *plines)
int
body_size
(
body_t
body
,
size_t
*
psize
)
{
int
status
;
int
status
=
0
;
if
(
body
==
NULL
)
return
EINVAL
;
...
...
Please
register
or
sign in
to post a comment