From: Jon Trulson Date: Fri, 18 Dec 2015 17:00:12 +0000 (-0700) Subject: dbtoman: fix missing arg to fprintf X-Git-Tag: 2.2.4~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07e84caf74eafc11f42ff44bc60daa723fbf362e;p=oweals%2Fcde.git dbtoman: fix missing arg to fprintf --- 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]); } }