Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nettle
nettle
Commits
babf9a92
Commit
babf9a92
authored
Jan 08, 2003
by
Niels Möller
Browse files
(parse_options): Initialize prefer_hex.
Rev: src/nettle/tools/sexp-conv.c:1.6
parent
1ef19d9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/sexp-conv.c
View file @
babf9a92
...
...
@@ -1016,6 +1016,7 @@ parse_options(struct conv_options *o,
int
argc
,
char
**
argv
)
{
o
->
mode
=
SEXP_ADVANCED
;
o
->
prefer_hex
=
0
;
o
->
once
=
0
;
o
->
hash
=
NULL
;
o
->
width
=
72
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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