mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 11:14:39 +00:00
Rename mode2Subheaders to mode2_subheaders for consistency in context.h, data.c, close.c, read.c, and info.c
This commit is contained in:
@@ -75,7 +75,7 @@ int info(const char *path)
|
||||
|
||||
if(ctx->sectorSubchannel != NULL) printf("Sector subchannel array has been read.\n");
|
||||
|
||||
if(ctx->mode2Subheaders != NULL) printf("Sector mode 2 subheaders array has been read.\n");
|
||||
if(ctx->mode2_subheaders != NULL) printf("Sector mode 2 subheaders array has been read.\n");
|
||||
|
||||
printf("Shift is %d (%d bytes).\n", ctx->shift, 1 << ctx->shift);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user