#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 , 10 years ago
| Component: | General → Include Files |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 10 years ago
comment:4 by , 9 years ago
| Summary: | Fix incorrect padding due to typo in kst_attributes.incl.pl1 → Fix incorrect padding due to typo in kst_attributes.incl.pl1 (MCR10021) |
|---|
Note:
See TracTickets
for help on using tickets.

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