> On Aug 6, 2024, at 5:33 AM, Kenneth Pettit <[email protected]> wrote: > > mask = ~(0x01 << data);
Wow, Ken, it's amazing how you can just zoom right into a spot in the code and find this so quickly based on the bug description. That's the sign of a man who knows his codebase well... I've gone ahead and merged this fix into my fork and made a release; I keep a fork going because I can update it more frequently and accumulate the community fixes that've been scattered here and there. I also whipped up some macOS and Linux binaries, however I don't have a way to build Windows software as I don't have access to any Windows systems — anyone who wants to compile this release is welcome to send over the resulting binaries so I can include them for Windows folks. <https://github.com/majick/virtualt-code/releases/tag/1.8.1-majick>
