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