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
c6275683
...
c627568378d8d4638e941e934126b38b8d7043b6
authored
2005-03-12 20:52:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor indentation fix
1 parent
e979716a
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 @
c627568
...
...
@@ -577,7 +577,7 @@ mu_tempfile (const char *tmpdir, char **namep)
if
(
fd
==
-
1
)
{
mu_error
(
_
(
"Cannot 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