From 7dc4fae849decad7fc12f0a0b17f43aed6fac3a2 Mon Sep 17 00:00:00 2001 From: tTh Date: Mon, 24 Apr 2023 14:12:15 +0200 Subject: [PATCH] repair debug messages --- tools/importobj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/importobj.c b/tools/importobj.c index 4e2dfd2..58def09 100644 --- a/tools/importobj.c +++ b/tools/importobj.c @@ -111,7 +111,7 @@ int ix, foo, a, b; int pts[3]; #if DEBUG_LEVEL -fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr, phy); +fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr); #endif #if (0) @@ -183,7 +183,7 @@ Bubulle bubulle; char *outfname, *baseptr; #if DEBUG_LEVEL -fprintf(stderr, ">>> %s ( '%s' ... %d )\n\n", __func__, infname, notused); +fprintf(stderr, ">>> %s ( '%s' %d )\n\n", __func__, infname, outstyle); #endif /* get memory for generated output filename(s) */