Changeset 8468 for trunk/libtransmission/torrent.c
- Timestamp:
- May 21, 2009, 10:49:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r8464 r8468 1119 1119 fprintf( stderr, "last piece is %"PRIu64"\n", (uint64_t)f->lastPiece ); 1120 1120 fprintf( stderr, " new size is %"PRIu64"\n", (uint64_t)total ); 1121 } 1122 1123 assert( total == oldFileBytesCompleted( tor, index ) ); 1121 abort( ); 1122 } 1123 1124 1124 return total; 1125 1125 }
Note: See TracChangeset
for help on using the changeset viewer.