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
a3e2d5b7
...
a3e2d5b7f2786900949f83a4462b765a59ffc26b
authored
2002-08-01 08:58:28 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_msgset): Bugfix.
1 parent
19f2f494
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/util.c
imap4d/util.c
View file @
a3e2d5b
...
...
@@ -277,7 +277,7 @@ util_msgset (char *s, size_t **set, int *n, int isuid)
tmp
-=
2
;
if
(
tmp
<
0
||
val
==
0
)
{
free
(
set
);
free
(
*
set
);
*
n
=
0
;
return
EINVAL
;
}
...
...
Please
register
or
sign in
to post a comment