mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename XmlMediaType to MetadataMediaType for clarity and consistency
This commit is contained in:
@@ -69,7 +69,7 @@ int verify_sectors(const char *path)
|
||||
return errno;
|
||||
}
|
||||
|
||||
if(ctx->imageInfo.XmlMediaType != OpticalDisc)
|
||||
if(ctx->imageInfo.MetadataMediaType != OpticalDisc)
|
||||
{
|
||||
printf("Image sectors do not contain checksums, cannot verify.\n");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user