[nostalgia/tools/pack] Implement the long stubbed out pathToInode replacement

This commit is contained in:
2022-07-09 03:07:04 -05:00
parent 522bb42e8f
commit e8a3f5ea9a
3 changed files with 62 additions and 23 deletions
+1 -1
View File
@@ -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));