repair debug messages
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user