Changeset 52


Ignore:
Timestamp:
03/30/10 07:11:57 (3 years ago)
Author:
faltet
Message:

Forgot to update the _blosc_d failure condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/blosc.c

    r49 r52  
    396396                      _src, _dest, tmp, tmp2); 
    397397    if (cbytes < 0) { 
    398       ntbytes = cbytes;          /* _blosc_d failure */ 
     398      nbytes = cbytes;          /* _blosc_d failure */ 
    399399      goto out; 
    400400    } 
Note: See TracChangeset for help on using the changeset viewer.