Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#13 closed defect (fixed)

Fix incorrect padding due to typo in kst_attributes.incl.pl1 (MCR10021)

Reported by: Eric Swenson Owned by: Eric Swenson
Priority: major Milestone: MR12.6f
Component: Include Files Version: MR12.6e
Keywords: Cc:

Description

The file kst_attributes.incl.pl1 contains:

2 set unaligned,      /* SPECIFIES WHICH ATTRIBUTES TO SET */
      3 (allow_write,
     tms,
     tus,
     tpd, 
     audit, 
     explicit_deactivate_ok) bit (1),
      3 pad bit (39),

That last pad should be:

      3 pad bit (30),

Change History (4)

comment:1 by Eric Swenson, 10 years ago

Component: GeneralInclude Files
Resolution: fixed
Status: newclosed

comment:2 by Eric Swenson, 10 years ago

MCR10021 addresses this ticket. Fix made on GHM and will be in next release (MR12.6f).

comment:4 by Eric Swenson, 9 years ago

Summary: Fix incorrect padding due to typo in kst_attributes.incl.pl1Fix incorrect padding due to typo in kst_attributes.incl.pl1 (MCR10021)
Note: See TracTickets for help on using tickets.