Rename sectorPrefix to sector_prefix for consistency

This commit is contained in:
2025-10-03 19:53:16 +01:00
parent cc56c2cc34
commit 1feb82a678
6 changed files with 37 additions and 40 deletions

View File

@@ -65,7 +65,7 @@ int info(const char *path)
// TODO: Traverse media tags
if(ctx->sectorPrefix != NULL) printf("Sector prefix array has been read.\n");
if(ctx->sector_prefix != NULL) printf("Sector prefix array has been read.\n");
if(ctx->sectorPrefixCorrected != NULL) printf("Sector prefix corrected array has been read.\n");