mirror of https://github.com/AxioDL/nod.git
Windows fixes
This commit is contained in:
parent
bcfe1a5d33
commit
512a8a122d
|
@ -865,7 +865,7 @@ bool DiscBuilderWii::buildFromDirectory(const SystemChar* dirIn, const SystemCha
|
||||||
|
|
||||||
/* Assemble image */
|
/* Assemble image */
|
||||||
filledSz = pb.buildFromDirectory(dirIn, dolIn, apploaderIn, partHeadIn);
|
filledSz = pb.buildFromDirectory(dirIn, dolIn, apploaderIn, partHeadIn);
|
||||||
if (filledSz >= m_discCapacity)
|
if (filledSz >= uint64_t(m_discCapacity))
|
||||||
{
|
{
|
||||||
LogModule.report(logvisor::Fatal, "data partition exceeds disc capacity");
|
LogModule.report(logvisor::Fatal, "data partition exceeds disc capacity");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue