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
dc428b7d
...
dc428b7da31223bb5ea8336c663aa3e8a9b0d7b9
authored
2003-02-03 11:30:04 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(list_set_comparator): Bugfix.
1 parent
e4b29948
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/list.c
mailbox/list.c
View file @
dc428b7
...
...
@@ -134,7 +134,7 @@ list_set_comparator (list_t list, list_comparator_t comp)
{
list_comparator_t
old_comp
;
if
(
list
==
NULL
)
return
EINVA
L
;
return
NUL
L
;
old_comp
=
list
->
comp
;
list
->
comp
=
comp
;
return
old_comp
;
...
...
Please
register
or
sign in
to post a comment