mirror of
https://github.com/AxioDL/nod.git
synced 2025-08-03 18:55:46 +00:00
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 */
|
||||
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");
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user