From: utzoo!decvax!harpo!eagle!mit-vax!mp
Newsgroups: net.bugs.uucp
Title: bug in uux
Article-I.D.: mit-vax.206
Posted: Fri Feb  4 21:03:12 1983
Received: Sun Feb  6 00:52:35 1983

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