debugging info on stdout when doing numeric compaction
Brought to you by:
jtlien
reporter: m.brand@n200.com
The following lines dump debug into stdout even when not
running in debug mode. This breaks the use of stdout for pipes
and redirection.
pdf417_enc.c:2193: printf ("In numeric_compact - instring = %s
\n", instring);
pdf417_enc.c:2284: printf ("In numeric compact, slen = %d
string = %s \n", slen, instring);
pdf417_enc.c:2352: printf ("In nc - strlen = %d \n", slen);
pdf417_enc.c:2353: printf ("In string = %s \n", instring);