Changeset 1731 for trunk/src/core


Ignore:
Timestamp:
May 24, 2010, 3:47:34 PM (14 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/scew_extras.c

    r1018 r1731  
    128128
    129129    assert(element != NULL);
    130     assert(bytes != NULL);
    131130    assert(nbytes != NULL);
    132 
    133131    if (*nbytes == 0) {
    134132        return element->contents;
    135133    }
     134    assert(bytes != NULL);
    136135
    137136    free(element->contents);
Note: See TracChangeset for help on using the changeset viewer.