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
53f9c27e
...
53f9c27e722dac305bf11b1bb628848166a9e94c
authored
2001-10-19 13:17:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix in builtin_match().
1 parent
71269424
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 @
53f9c27
...
...
@@ -483,7 +483,7 @@ static void
builtin_match
(
struct
mh_machine
*
mach
)
{
mach
->
arg_num
=
strstr
(
strobj_ptr
(
&
mach
->
reg_str
),
strobj_ptr
(
&
mach
->
arg_str
));
strobj_ptr
(
&
mach
->
arg_str
))
!=
NULL
;
}
static
void
...
...
Please
register
or
sign in
to post a comment