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