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
680a69f2
...
680a69f2411b1f96ad120de182340b6a0298cb7e
authored
2002-08-25 12:45:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changed type of "len" to size_t.
1 parent
b4795611
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/mh_format.c
mh/mh_format.c
View file @
680a69f
...
...
@@ -241,7 +241,7 @@ mh_format (mh_format_t *fmt, message_t msg, size_t msgno,
strobj_free
(
&
mach
.
arg_str
);
if
(
value
)
{
in
t
len
=
strlen
(
value
);
size_
t
len
=
strlen
(
value
);
mach
.
arg_str
.
size
=
len
+
1
;
compress_ws
(
value
,
&
len
);
mach
.
arg_str
.
ptr
=
value
;
...
...
Please
register
or
sign in
to post a comment