[nostalgia/tools/pack] Implement the long stubbed out pathToInode replacement
This commit is contained in:
@@ -39,7 +39,7 @@ static ox::Error run(const ox::ClArgs &args) noexcept {
|
||||
|
||||
oxReturnError(dst.resize());
|
||||
oxRequire(dstSize, dst.size());
|
||||
oxOutf("new size: {}\n", dstSize);
|
||||
oxOutf("new size: {} bytes\n", dstSize);
|
||||
buff.resize(dstSize);
|
||||
|
||||
oxReturnError(writeFileBuff(argDst, buff));
|
||||
|
||||
Reference in New Issue
Block a user