From ee6a3fed14d39696b865f5b27e65bf98b10152f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 29 Apr 2006 16:29:46 +0000 Subject: [PATCH] (main): add missing argument to printf git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17360 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hxtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/hxtool.c b/lib/hx509/hxtool.c index 94fce2299..a8f03b535 100644 --- a/lib/hx509/hxtool.c +++ b/lib/hx509/hxtool.c @@ -990,7 +990,7 @@ main(int argc, char **argv) ret = hx509_context_init(&context); if (ret) - errx(1, "hx509_context_init failed with %d"); + errx(1, "hx509_context_init failed with %d", ret); ret = sl_command(commands, argc, argv); if(ret == -1)