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
61c50dc5
Commit
61c50dc5
authored
Oct 16, 2005
by
Niels Möller
Browse files
(sexp_get_char): Use unsigned for the done flag.
Rev: src/nettle/tools/input.c:1.3
parent
dacff0c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/input.c
View file @
61c50dc5
...
...
@@ -63,7 +63,7 @@ sexp_get_char(struct sexp_input *input)
if
(
input
->
coding
)
for
(;;)
{
int
done
;
unsigned
done
;
sexp_get_raw_char
(
input
);
if
(
input
->
ctype
==
SEXP_EOF_CHAR
)
...
...
Write
Preview
Supports
Markdown
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