Changes between Initial Version and Version 1 of Ticket #8460, comment 15
- Timestamp:
- Apr 14, 2012, 1:31:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8460, comment 15
initial v1 14 14 }}} 15 15 Checking MD5s inside haiku results in wrong checksums beginning from bigFile4 and all following files. 16 17 18 I have now added these lines into the requested places: 19 {{{ 20 TRACE(("JA - %d %d %d %d \n", (int)offset, (int)node->startLBN[FS_DATA_FORMAT], (int)node->volume->logicalBlkSize[FS_DATA_FORMAT], (int)vecs->offset )); 21 and 22 TRACE(("JA - %d %d %d %d \n", (int)pos, (int)node->startLBN[FS_DATA_FORMAT], (int)volume->logicalBlkSize[FS_DATA_FORMAT], (int)fileVec.offset )); 23 }}} 24 25