1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

tweak the assertion to track down Rolcol's crash

This commit is contained in:
Charles Kerr 2009-05-21 22:49:59 +00:00
parent 6e089ef095
commit a2480049d5

View file

@ -1118,9 +1118,9 @@ fprintf( stderr, " old size is %"PRIu64"\n", (uint64_t)oldFileBytesCompleted(
fprintf( stderr, "first piece is %"PRIu64"\n", (uint64_t)f->firstPiece );
fprintf( stderr, "last piece is %"PRIu64"\n", (uint64_t)f->lastPiece );
fprintf( stderr, " new size is %"PRIu64"\n", (uint64_t)total );
abort( );
}
assert( total == oldFileBytesCompleted( tor, index ) );
return total;
}