mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix condition check for sector suffix and prefix in read.c
This commit is contained in:
@@ -967,7 +967,7 @@ int32_t aaruf_read_sector_long(void *context, const uint64_t sector_address, boo
|
||||
}
|
||||
|
||||
if((ctx->sector_suffix == NULL || ctx->sector_prefix == NULL) &&
|
||||
(ctx->sector_suffix_corrected == NULL || ctx->sector_prefix_corrected == NULL))
|
||||
(ctx->sector_suffix_ddt == NULL || ctx->sector_prefix_ddt == NULL))
|
||||
return aaruf_read_sector(context, sector_address, negative, data, length);
|
||||
|
||||
bare_length = 0;
|
||||
|
||||
Reference in New Issue
Block a user