• Matt Stancliff's avatar
    Fix how zipEntry returns values · fae53dea
    Matt Stancliff authored
    zipEntry was returning a struct, but that caused some
    problems with tests under 32 bit builds.
    
    The tests run better if we operate on structs allocated in the
    caller without worrying about copying on return.
    fae53dea
ziplist.c 52.2 KB