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
7a813ca5
...
7a813ca532fe26999c9216116922c5a8ca7713d6
authored
2002-07-16 10:28:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use mu_errstring() where appropriate.
1 parent
6b16ad04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mail/alt.c
mail/alt.c
View file @
7a813ca
...
...
@@ -69,7 +69,7 @@ mail_set_my_name (char *name)
my_email
=
mu_get_user_email
(
name
);
if
(
!
my_email
)
{
util_error
(
"can't determine my email address: %s"
,
strerror
(
errno
));
util_error
(
"can't determine my email address: %s"
,
mu_errstring
(
errno
));
exit
(
1
);
}
}
...
...
Please
register
or
sign in
to post a comment