mirror of https://github.com/AxioDL/nod.git
Fix return type derp
This commit is contained in:
parent
d597400f4a
commit
42ef3a7958
|
@ -1186,7 +1186,7 @@ public:
|
||||||
}, apploaderStat.st_size);
|
}, apploaderStat.st_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool mergeFromDirectory(const PartitionWii* partIn, const SystemChar* dirIn)
|
uint64_t mergeFromDirectory(const PartitionWii* partIn, const SystemChar* dirIn)
|
||||||
{
|
{
|
||||||
size_t phSz;
|
size_t phSz;
|
||||||
std::unique_ptr<uint8_t[]> phBuf = partIn->readPartitionHeaderBuf(phSz);
|
std::unique_ptr<uint8_t[]> phBuf = partIn->readPartitionHeaderBuf(phSz);
|
||||||
|
|
Loading…
Reference in New Issue