mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename sectorPrefix to sector_prefix for consistency
This commit is contained in:
@@ -874,8 +874,8 @@ int aaruf_close(void *context)
|
||||
ctx->indexEntries = NULL;
|
||||
}
|
||||
|
||||
free(ctx->sectorPrefix);
|
||||
ctx->sectorPrefix = NULL;
|
||||
free(ctx->sector_prefix);
|
||||
ctx->sector_prefix = NULL;
|
||||
free(ctx->sectorPrefixCorrected);
|
||||
ctx->sectorPrefixCorrected = NULL;
|
||||
free(ctx->sectorSuffix);
|
||||
|
||||
Reference in New Issue
Block a user