Bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -43,7 +43,7 @@ mh_comp_draft (char *formfile, char *defformfile, char *draftfile) | ... | @@ -43,7 +43,7 @@ mh_comp_draft (char *formfile, char *defformfile, char *draftfile) |
43 | s = mh_expand_name (MHLIBDIR, defformfile, 0); | 43 | s = mh_expand_name (MHLIBDIR, defformfile, 0); |
44 | if (access (s, R_OK) == 0) | 44 | if (access (s, R_OK) == 0) |
45 | { | 45 | { |
46 | if (mh_file_copy (s, draftfile) == 0) | 46 | if (mh_file_copy (s, draftfile)) |
47 | exit (1); | 47 | exit (1); |
48 | } | 48 | } |
49 | else | 49 | else | ... | ... |
-
Please register or sign in to post a comment