Ignore:
Timestamp:
Jun 30, 2009, 8:00:52 AM (15 years ago)
Author:
Christoph Mayer
Message:

zurück auf 8bit, test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/types/Identifier.h

    r4618 r4625  
    572572        // calculate length of key
    573573        uint16_t len = array_size*sizeof(mp_limb_t);
    574         uint16_t unspec = isUnspec; //TODO: was uint8_t
     574        uint8_t unspec = isUnspec;
    575575
    576576        // only serialize the lower 16 bits of keyLength
Note: See TracChangeset for help on using the changeset viewer.