Opened 9 years ago

Closed 7 years ago

#27 closed defect (invalid)

Typo in hcs_.info append_branchx

Reported by: canthony Owned by: Eric Swenson
Priority: major Milestone:
Component: Documentation Version: MR12.6e
Keywords: Cc:

Description

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);

Change History (3)

comment:1 by Eric Swenson, 9 years ago

comment:2 by Eric Swenson, 9 years ago

MCR10017 created for this ticket. MCR was not approved. Apparently, (3) fixed bin (3) is the correct declaration for ring brackets.

comment:3 by Eric Swenson, 7 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.