﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
27	Typo in hcs_.info append_branchx	canthony	Eric Swenson	"The 'append_branchx' declaration in hcs_.info is shown as:

declare hcs_$append_branchx entry (char(), char(), fixed bin(5),
(3) fixed bin(3), char(*), fixed bin(1), fixed bin(1),
fixed bin(24), fixed bin(35));

it should read:

declare hcs_$append_branchx entry (char(), char(), fixed bin(5),
(3) fixed bin(6), char(*), fixed bin(1), fixed bin(1),
fixed bin(24), fixed bin(35));

cf:
./source/bound_file_system.s.archive/append.pl1

dcl a_ringbrack (3) fixed bin (6) parameter;

branchx: entry (a_dirname, a_ename, a_mode, a_ringbrack, a_userid, a_dirsw, a_copysw, a_bitcnt, a_code);"	defect	closed	major		Documentation	MR12.6e	invalid		
