mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Make sure to initialize counterUncData
This commit is contained in:
parent
b1ad055eef
commit
8d7e01c027
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public:
|
||||||
static const UINT8 IgnoreSectionType = 0xFF;
|
static const UINT8 IgnoreSectionType = 0xFF;
|
||||||
|
|
||||||
explicit FfsDumper(TreeModel * treeModel) : model(treeModel), dumped(false),
|
explicit FfsDumper(TreeModel * treeModel) : model(treeModel), dumped(false),
|
||||||
counterHeader(0), counterBody(0), counterRaw(0), counterInfo(0) {}
|
counterHeader(0), counterBody(0), counterUncData(0), counterRaw(0), counterInfo(0) {}
|
||||||
~FfsDumper() {};
|
~FfsDumper() {};
|
||||||
|
|
||||||
USTATUS dump(const UModelIndex & root, const UString & path, const DumpMode dumpMode = DUMP_CURRENT, const UINT8 sectionType = IgnoreSectionType, const UString & guid = UString());
|
USTATUS dump(const UModelIndex & root, const UString & path, const DumpMode dumpMode = DUMP_CURRENT, const UINT8 sectionType = IgnoreSectionType, const UString & guid = UString());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue