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
ea1d0ac9
...
ea1d0ac9eb61319287c86cce64f506902037e4b9
authored
2002-12-25 08:02:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format): Fixed format spec.
1 parent
cf2ca8ca
Hide 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 @
ea1d0ac
...
...
@@ -351,7 +351,7 @@ mh_format (mh_format_t *fmt, message_t msg, size_t msgno,
/* Convert arg_num to arg_str */
case
mhop_num_to_str
:
snprintf
(
buf
,
sizeof
buf
,
"%l"
,
mach
.
arg_num
);
snprintf
(
buf
,
sizeof
buf
,
"%l
u
"
,
mach
.
arg_num
);
strobj_free
(
&
mach
.
arg_str
);
strobj_create
(
&
mach
.
arg_str
,
buf
);
break
;
...
...
Please
register
or
sign in
to post a comment