]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(parse_options): Initialize prefer_hex.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 8 Jan 2003 12:03:12 +0000 (13:03 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 8 Jan 2003 12:03:12 +0000 (13:03 +0100)
Rev: src/nettle/tools/sexp-conv.c:1.6

tools/sexp-conv.c

index 75b7ab250eb59552847e9b0f51096dafea6f0bd0..9443f4be89c77c41301316fdc8ed4d79a2c676a0 100644 (file)
@@ -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;