Opened 9 years ago

Closed 5 years ago

#24 closed defect (invalid)

Typo in dir_entry.incl.pl1

Reported by: Eric Swenson Owned by: Eric Swenson
Priority: major Milestone:
Component: Include Files Version:
Keywords: Cc:

Description

    2 bc_author,                                            /* user who last set the bit count */
      3 pers_rp bit (18),                                   /* name of user who set the bit count */
      3 proj_rp bit (18),                                   /* project of user who set the bit count */

      3 tag char (1),                                       /* tag of user who set the bit count */
      3 pad5 bit (2),

Pad "pad5" should be "bit (27)"

Change History (3)

comment:1 by Eric Swenson, 9 years ago

comment:2 by Eric Swenson, 9 years ago

Actually, maybe not. Looking at the actual data shows that packing is different then I calculated. -- Charles

comment:3 by Eric Swenson, 5 years ago

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