repair debug messages
This commit is contained in:
parent
e2188897cf
commit
7dc4fae849
@ -111,7 +111,7 @@ int ix, foo, a, b;
|
|||||||
int pts[3];
|
int pts[3];
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr, phy);
|
fprintf(stderr, ">>> %s ( '%s' )\n", __func__, cptr);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (0)
|
#if (0)
|
||||||
@ -183,7 +183,7 @@ Bubulle bubulle;
|
|||||||
char *outfname, *baseptr;
|
char *outfname, *baseptr;
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %s ( '%s' ... %d )\n\n", __func__, infname, notused);
|
fprintf(stderr, ">>> %s ( '%s' %d )\n\n", __func__, infname, outstyle);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* get memory for generated output filename(s) */
|
/* get memory for generated output filename(s) */
|
||||||
|
Loading…
Reference in New Issue
Block a user