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
06eb576f
...
06eb576f3a07743b8bb8a1e5b467d173df189c83
authored
2003-02-10 01:26:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(cmp_msgnum): Minor change
1 parent
46da3ae5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mh/mark.c
mh/mark.c
View file @
06eb576
...
...
@@ -203,8 +203,8 @@ action_add (void *item, void *data)
static
int
cmp_msgnum
(
const
void
*
a
,
const
void
*
b
)
{
size_t
*
as
=
a
;
size_t
*
bs
=
b
;
const
size_t
*
as
=
a
;
const
size_t
*
bs
=
b
;
if
(
*
as
<
*
bs
)
return
-
1
;
...
...
Please
register
or
sign in
to post a comment