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
0ded81db
...
0ded81db7d95f4c5d044cd90227aa2a6e8a952db
authored
2006-01-27 15:14:53 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
1 parent
a2de3967
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mh/compcommon.c
mh/compcommon.c
View file @
0ded81d
...
...
@@ -43,7 +43,7 @@ mh_comp_draft (char *formfile, char *defformfile, char *draftfile)
s
=
mh_expand_name
(
MHLIBDIR
,
defformfile
,
0
);
if
(
access
(
s
,
R_OK
)
==
0
)
{
if
(
mh_file_copy
(
s
,
draftfile
)
==
0
)
if
(
mh_file_copy
(
s
,
draftfile
))
exit
(
1
);
}
else
...
...
Please
register
or
sign in
to post a comment