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
23e39709
...
23e39709d95eb384037de68511d83672a21daf70
authored
2007-06-26 13:56:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_get_envelope_sender): Bugfix: the return value was wrong.
1 parent
8e7be51e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
libmu_scm/mu_message.c
libmu_scm/mu_message.c
View file @
23e3970
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2006
, 2007
Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
@@ -67,7 +67,7 @@ _get_envelope_sender (mu_envelope_t env)
}
mu_address_destroy
(
&
addr
);
return
buffe
r
;
return
pt
r
;
}
static
int
...
...
Please
register
or
sign in
to post a comment