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
ff95af18
...
ff95af18ea9e38cbb97b01e5ef2c8b7fcc98a132
authored
2010-09-12 18:42:02 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
amd: bugfix.
* mailbox/amd.c (read_size_file): Fix return value.
1 parent
dc0dbafe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mailbox/amd.c
mailbox/amd.c
View file @
ff95af1
...
...
@@ -1005,6 +1005,8 @@ read_size_file (struct _amd_data *amd, mu_off_t *psize)
rc
=
1
;
fclose
(
fp
);
}
else
rc
=
1
;
free
(
name
);
return
rc
;
}
...
...
Please
register
or
sign in
to post a comment