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) */