Rename sectorSubchannel to sector_subchannel for consistency across the codebase

This commit is contained in:
2025-10-04 02:08:58 +01:00
parent 2be51227b7
commit bed8b39af6
6 changed files with 18 additions and 16 deletions

View File

@@ -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");