Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
a5eda5b9
Commit
a5eda5b9
authored
Jan 31, 2002
by
Niels Möller
Browse files
(open_public_file): Fixed error message.
Rev: src/lsh-writekey.c:1.24
parent
12cd88e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh-writekey.c
View file @
a5eda5b9
...
...
@@ -308,11 +308,11 @@ open_public_file(const struct lsh_string *file)
0644
);
if
(
fd
<
0
)
werror
(
"Failed to open `%
z
'for writing: %z
\n
"
werror
(
"Failed to open `%
S
'for writing: %z
\n
"
"lsh-writekey doesn't overwrite existing key files.
\n
"
"If you *really* want to do that, you should delete
\n
"
"the existing files first
\n
"
,
file
,
STRERROR
(
errno
));
s
,
STRERROR
(
errno
));
lsh_string_free
(
s
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment