Version 0.17.2

- Pad file GUID are now preserved
This commit is contained in:
Nikolaj Schlej 2014-02-08 11:44:33 +01:00
parent dfb307b4aa
commit f2ad796dc0
4 changed files with 20 additions and 12 deletions

View file

@ -98,7 +98,7 @@ private:
UINT8 getSectionSize(const QByteArray & file, const UINT32 sectionOffset, UINT32 & sectionSize);
// Reconstruction helpers
UINT8 constructPadFile(const UINT32 size, const UINT8 revision, const UINT8 erasePolarity, QByteArray & pad);
UINT8 constructPadFile(const QByteArray guid, const UINT32 size, const UINT8 revision, const UINT8 erasePolarity, QByteArray & pad);
UINT8 growVolume(QByteArray & header, const UINT32 size, UINT32 & newSize);
// Rebase routines