Google
 

Trailing-Edge - PDP-10 Archives - BB-L054E-RK - par067.fix
There are no other files named par067.fix in the archive.
	.EDIT	67A
;
;   This edit to OPRPAR corrects a bug that  causes  extraneous
;   text  to be output with HELP text.  Source level edit 74 to
;   OPRPAR should correct the same problem.
;
;   This patch clears out the last word of HLPTXT buffer
;
;   This edit is for OPRPAR at edit level 67.
;
	.DATE	29-Dec-80
	.NAME	DRB
	.MODULE	OPRPAR
	.INSERT	P$HELP+4,AFTER,<SETZM 50(16)>
	SETZM	50+TXTLEN-1(16)		; HLPTXT + TXTLEN - 1
	.ENDI
	.ENDE
;
; [End of edit 67A]