[net.bugs.uucp] bug in uux

mp (02/05/83)

We recently got connected to another netnews site, and users soon began
receiving mail back from uuxqt.  I discovered that our uux didn't
implement to -z option.  Worse, it didn't even complain about the
offending flag's presence.  Look at line 71 of the 4.1bsd uucp/uux.c:
		default:
			sprintf(stderr, "unknown flag %s\n", argv[1]);
				break;

That sprintf should be an fprintf.

Reminds me of the time my officemate "closed an array".

	Mark