From 07e84caf74eafc11f42ff44bc60daa723fbf362e Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 18 Dec 2015 10:00:12 -0700 Subject: [PATCH] dbtoman: fix missing arg to fprintf --- cde/doc/util/dbtoman/instant/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/doc/util/dbtoman/instant/tables.c b/cde/doc/util/dbtoman/instant/tables.c index 0cc8c468..f01b4488 100644 --- a/cde/doc/util/dbtoman/instant/tables.c +++ b/cde/doc/util/dbtoman/instant/tables.c @@ -398,7 +398,7 @@ CALStable( av[1], av[2]); } else { - fprintf(stderr, "Incomplete %s table instruction\n"); + fprintf(stderr, "Incomplete %s table instruction\n", av[1]); } } -- 2.25.1