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
Dmitry Baryshkov
nettle
Commits
ecc49d8d
Commit
ecc49d8d
authored
Nov 20, 2005
by
Niels Möller
Browse files
(read_file): Fixed spelling in error message.
Rev: src/nettle/examples/io.c:1.9
parent
6b2c7e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/io.c
View file @
ecc49d8d
...
...
@@ -79,7 +79,7 @@ read_file(const char *name, unsigned max_size, char **contents)
f
=
fopen
(
name
,
"rb"
);
if
(
!
f
)
{
werror
(
"Opening `%s' fa
l
ied: %s
\n
"
,
name
,
strerror
(
errno
));
werror
(
"Opening `%s' fai
l
ed: %s
\n
"
,
name
,
strerror
(
errno
));
return
0
;
}
buffer
=
NULL
;
...
...
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