﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13	Fix incorrect padding due to typo in kst_attributes.incl.pl1 (MCR10021)	Eric Swenson	Eric Swenson	"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),
}}}"	defect	closed	major	MR12.6f	Include Files	MR12.6e	fixed		
