mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
Rename sectorSuffix to sector_suffix for consistency
This commit is contained in:
@@ -69,7 +69,7 @@ int info(const char *path)
|
||||
|
||||
if(ctx->sectorPrefixCorrected != NULL) printf("Sector prefix corrected array has been read.\n");
|
||||
|
||||
if(ctx->sectorSuffix != NULL) printf("Sector suffix array has been read.\n");
|
||||
if(ctx->sector_suffix != NULL) printf("Sector suffix array has been read.\n");
|
||||
|
||||
if(ctx->sectorSuffixCorrected != NULL) printf("Sector suffix corrected array has been read.\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user