[comp.sources.bugs] bugfix for dca2troff

sob@husc6.UUCP (Scott Bradner) (05/15/87)

program:
	dca2troff

problem:
	if non standard font request is found, dca2troff dumps core

fix: in file do_mbd1.c after line 96 add a break;


line 96:  sprintf(tline, "\\\" font request: GFID=%d, width=%d, ",itemp, jtemp);

add:	  break;


scott bradner
sob@harvard.*