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
2909cbe1
...
2909cbe1679eb2d649d68b8834693640ac819e11
authored
2004-04-08 13:08:39 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing gettext marker
1 parent
ed175289
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/mutil.c
mailbox/mutil.c
View file @
2909cbe
...
...
@@ -568,7 +568,7 @@ mu_tempfile (const char *tmpdir, char **namep)
if
(
fd
==
-
1
)
{
mu_error
(
"Can not open temporary file: %s"
,
strerror
(
errno
));
mu_error
(
_
(
"Cannot open temporary file: %s"
)
,
strerror
(
errno
));
free
(
filename
);
return
-
1
;
}
...
...
Please
register
or
sign in
to post a comment