In tourcon/tourcon.c, the function handling -v mixes up sending to stdout and stderr.
fprintf(stderr is correctly used for messages, but puts("") is used for end-of-line.
All output from a -v option should be to stderr.
Log in to post a comment.