diff options
Diffstat (limited to 'src/file_bac.c')
-rw-r--r-- | src/file_bac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_bac.c b/src/file_bac.c index 211d60c..0b5b333 100644 --- a/src/file_bac.c +++ b/src/file_bac.c @@ -85,7 +85,7 @@ static data_check_t data_check_bac(const unsigned char *buffer, const unsigned i #endif if(memcmp(hdr->ID, "BB02", 4)!=0 || block_size<0x18) { -#ifndef __FRAMAC__ +#ifndef DISABLED_FOR_FRAMAC log_error("file_bac.c: invalid block at %llu\n", (long long unsigned)file_recovery->calculated_file_size); #endif |