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
d01d7966
...
d01d796608b10b1388646c258761c9fffc1c979c
authored
2001-10-19 20:25:17 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor bugfix in builtin_mbox().
1 parent
4bd0d2bb
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 @
d01d796
...
...
@@ -1067,7 +1067,7 @@ builtin_mbox (struct mh_machine *mach)
{
char
*
p
=
strchr
(
buf
,
'@'
);
if
(
p
)
*
p
=
NULL
;
*
p
=
0
;
strobj_create
(
&
mach
->
arg_str
,
p
);
}
address_destroy
(
&
addr
);
...
...
Please
register
or
sign in
to post a comment