diff options
Diffstat (limited to 'src/file_oci.c')
-rw-r--r-- | src/file_oci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file_oci.c b/src/file_oci.c index 19a29b99..f7c1d21d 100644 --- a/src/file_oci.c +++ b/src/file_oci.c @@ -60,8 +60,8 @@ static data_check_t data_check_oci(const unsigned char *buffer, const unsigned i #ifdef DEBUG_MOV log_trace("file_oci.c: %s atom %c%c%c%c (0x%02x%02x%02x%02x) size %llu, calculated_file_size %llu\n", file_recovery->filename, - buffer[i],buffer[i+1],buffer[i+2],buffer[i+3], - buffer[i],buffer[i+1],buffer[i+2],buffer[i+3], + buffer[i],buffer[i+1],buffer[i+2],buffer[i+3], + buffer[i],buffer[i+1],buffer[i+2],buffer[i+3], (long long unsigned)atom_size, (long long unsigned)file_recovery->calculated_file_size); #endif |