Opened 7 years ago

Closed 5 years ago

#186 closed defect (fixed)

fs_util_.info dcl for set_bit_count

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

Description

In fs_util_.info, the entry for set_bit_count has an incorrect dcl:

declare fs_util_$set_bit_count entry (char (*), char (*), fixed bin

(41), fixed bin (35);

The "41" should be "24"

(The bit count size should be 18 bits for the number of words in the segment plus 6 bits for the number of bits in a word.)

Change History (4)

comment:1 by Eric Swenson, 5 years ago

Status: newassigned

comment:2 by Eric Swenson, 5 years ago

Milestone: MR12.8
Version: MR12.5

comment:4 by Eric Swenson, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed with 2021-11-07,MR12.8-1007.

Note: See TracTickets for help on using tickets.