Changeset 3000 for branches/encryption/libtransmission/utils.c
- Timestamp:
- Sep 9, 2007, 4:57:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/encryption/libtransmission/utils.c
r2987 r3000 672 672 return NULL; 673 673 674 ret->len = ( bitcount + 7u ) / 8u;674 ret->len = bitcount/8u + 1; 675 675 ret->bits = calloc( ret->len, 1 ); 676 676 if( NULL == ret->bits ) {
Note: See TracChangeset
for help on using the changeset viewer.