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
465f84bf
...
465f84bf7c7b1f71f387f4379e64e8d3a6bd9722
authored
2003-02-20 14:07:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor change
1 parent
a0bcacbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_init.c
mh/mh_init.c
View file @
465f84b
...
...
@@ -658,7 +658,7 @@ _env_msg_date (envelope_t envelope, char *buf, size_t len, size_t *pnwrite)
strncpy
(
buf
,
env
->
date
,
len
);
buf
[
len
-
1
]
=
0
;
return
0
;
}
}
static
int
_env_msg_sender
(
envelope_t
envelope
,
char
*
buf
,
size_t
len
,
size_t
*
pnwrite
)
...
...
Please
register
or
sign in
to post a comment