Skip to content
Permalink
Browse files
Merge pull request #5979 from leoetlino/extract-tmd
DiscIO: Fix TMD extraction
  • Loading branch information
JosJuice committed Aug 25, 2017
2 parents 5da26f3 + 31b0414 commit d1223b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -166,7 +166,7 @@ bool ExportTMD(const Volume& volume, const Partition& partition, const std::stri
if (!size || !offset)
return false;

return ExportData(volume, PARTITION_NONE, *offset, *size, export_filename);
return ExportData(volume, PARTITION_NONE, partition.offset + *offset, *size, export_filename);
}

bool ExportCertificateChain(const Volume& volume, const Partition& partition,

0 comments on commit d1223b6

Please sign in to comment.