[net.sources] bug fix to the cxref program I posted last week

arnold@gatech.UUCP (02/28/84)

For all you folks on the net who are using my cxref program,
here is a bug fix to it.  It is the only bug I have
found (so far).  I really don't think that there are any more.
[famous last words :-) ]

	In the file docxref.c, change line 46 from:

	if(argv[1][0] == '-')

to

	if(argv[1][0] == '-' && argv[1][1] != '\0')	/* argv[1] not "-" */

	It has also been suggested that the programs which do the work,
docxref, filter, numfilter, and fmtxref be placed in someplace like
/usr/local/lib, and cxref itself (the driver) in a place where everyone will
get it.  The changes to the makefile are pretty simple. If anybody wants,
I will mail them the new makefile, but the changes are easy enough
that most people can make them by themselves.
-- 
Arnold Robbins
CSNET: arnold@gatech		ARPA: arnold.gatech@CSNet-relay
UUCP:	...!{akgua,allegra,rlgvax,sb1,ut-sally}!gatech!arnold

Did'ja ever have one of those re-incarnations?