Changeset 1566
- Timestamp:
- Mar 14, 2007, 2:20:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/metainfo.c
r1564 r1566 94 94 if( saveCopy ) 95 95 { 96 if( savetorrent( inf->hashString, tag, buf, len ) )96 if( savetorrent( inf->hashString, tag, (uint8_t *) buf, len ) ) 97 97 { 98 98 tr_bencFree( &meta ); … … 587 587 if( save ) 588 588 { 589 savetorrent( hash, tag, buf, sb.st_size );589 savetorrent( hash, tag, (uint8_t *) buf, sb.st_size ); 590 590 } 591 591
Note: See TracChangeset
for help on using the changeset viewer.