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
6c474500
...
6c4745009f87e0b7dc217c4f3c4c5682713130e6
authored
2007-02-13 10:45:36 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Indentation fix
1 parent
160c67cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/header.c
mailbox/header.c
View file @
6c47450
...
...
@@ -604,7 +604,7 @@ mu_header_get_value (mu_header_t header, const char *name, char *buffer,
int
mu_header_get_value_unfold
(
mu_header_t
header
,
const
char
*
name
,
char
*
buffer
,
size_t
buflen
,
size_t
*
pn
)
size_t
buflen
,
size_t
*
pn
)
{
int
rc
=
mu_header_get_value
(
header
,
name
,
buffer
,
buflen
,
pn
);
...
...
Please
register
or
sign in
to post a comment