From: Niels Möller Date: Wed, 8 Jan 2003 12:03:12 +0000 (+0100) Subject: (parse_options): Initialize prefer_hex. X-Git-Tag: nettle_1.7_release_20030311~91 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=babf9a929f25c6f82f6f154c2ebf38615c8be7cf;p=thirdparty%2Fnettle.git (parse_options): Initialize prefer_hex. Rev: src/nettle/tools/sexp-conv.c:1.6 --- diff --git a/tools/sexp-conv.c b/tools/sexp-conv.c index 75b7ab25..9443f4be 100644 --- a/tools/sexp-conv.c +++ b/tools/sexp-conv.c @@ -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;