From 17a9fa8ab7ceec5eee4f0c058b2693b2713340a9 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 14 Jun 2023 23:43:12 +0900 Subject: [PATCH] identifying bug --- tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt b/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt index 6873c7e..13d33d0 100644 --- a/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt +++ b/tsvm_executable/src/net/torvald/tsvm/TevdMenu.kt @@ -40,8 +40,8 @@ class TevdMenu(parent: VMEmuExecutable, x: Int, y: Int, w: Int, h: Int) : EmuMen // 1. vm context is not GL context // 2. probing at the disk during read/write operation corrupts shits DOM.diskModifiedHook = { - // FIXME TEVD: need custom version of RandomAccessFile that keeps track of the file cursor -// rebuildClustmap(DOM, ARCHIVE) + // FIXME touched zero-byte file gets extra 8020 bytes of nulls when edit.js-ed, but zero-byte file generated by edit.js would not + rebuildClustmap(DOM, ARCHIVE) } }