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
e3aa5223
...
e3aa52237eb9c3d03ab699fafd740f21fbe6dfc6
authored
2007-04-12 16:21:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_header_get_value): Bugfix
1 parent
b8c2f552
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 @
e3aa522
...
...
@@ -546,7 +546,7 @@ mu_header_get_value (mu_header_t header, const char *name, char *buffer,
if
(
fv_len
>
buflen
)
fv_len
=
buflen
;
memcpy
(
buffer
,
header
->
hdr
[
i
].
fv
,
fv_len
);
buffer
[
buf
len
]
=
0
;
buffer
[
fv_
len
]
=
0
;
}
if
(
pn
)
...
...
Please
register
or
sign in
to post a comment