Changeset 581


Ignore:
Timestamp:
02/14/06 14:11:08 (7 years ago)
Author:
spa1
Message:

Fixed assert where type had to be less than 10 - now less than 16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libtrace2/lib/format_erf.c

    r580 r581  
    530530        */ 
    531531        /* Unknown/corrupt */ 
    532         assert(((dag_record_t *)buffer)->type < 10); 
     532        assert(((dag_record_t *)buffer)->type < 16); 
    533533         
    534534        // read in the rest of the packet 
Note: See TracChangeset for help on using the changeset viewer.