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
ab57485c
...
ab57485cb01baef86572781425deafce33a0401a
authored
2002-08-22 11:18:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixed coredump when MAIL environment variable has an empty value.
1 parent
210f9159
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
frm/frm.c
frm/frm.c
View file @
ab57485
...
...
@@ -334,7 +334,7 @@ main(int argc, char **argv)
fprintf
(
stderr
,
"could not create mailbox <%s>: %s
\n
"
,
mailbox_name
?
mailbox_name
:
"default"
,
mu_errstring
(
status
));
goto
cleanup
;
exit
(
3
)
;
}
if
(
dbug
)
...
...
Please
register
or
sign in
to post a comment